Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SecuritySystemRole Properties

A persistent class that defines the security role.
Name Description
AutoAssociationPermissions static For internal use. Inherited from SecuritySystemRoleBase.
CanEditModel Specifies whether users associated with the current role can use the Model Editor. A DevExpress.Xpo.Session object, which is a persistent objects cache where the user will be instantiated. Inherited from SecuritySystemRoleBase.
ChildRoles Gets the current role’s child roles list.
ClassInfo Gets a value that provides access to the metadata information of a class gathered via Reflection. Inherited from PersistentBase.
Fields static Gets an object that contains field identifiers for Simplified Criteria Syntax. Inherited from PersistentBase.
IsAdministrative Specifies whether users associated with the current role are administrators. Inherited from SecuritySystemRoleBase.
IsDeleted Indicates whether the current persistent object is marked as deleted. Inherited from PersistentBase.
IsLoading Indicates whether the object is currently being initialized. Inherited from PersistentBase.
Loading Obsolete. Gets whether the object is currently being initialized. Inherited from XPBaseObject.
Name Specifies the name of the security role. Inherited from SecuritySystemRoleBase.
ParentRoles Gets the current role’s master roles list.
Session Gets the session used to load and save persistent objects. Inherited from PersistentBase.
This Refers to the current instance. Inherited from XPBaseObject.
TypeAssociationPermissionsOwnerHelper For internal use. Inherited from SecuritySystemRoleBase.
Users A list of users associated with the current role.
See Also