Skip to main content
.NET 6.0+

PermissionPolicyRoleBase Properties

The base class for a security role that supports the Allow/Deny Permission Policies.
Name Description
ActionPermissions Gets the collection of objects that contain Action permissions associated with the current PermissionPolicyRoleBase.
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.
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.
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.
NavigationPermissions Gets the list of objects which contain navigation permissions associated with the current PermissionPolicyRoleBase.
Oid Specifies the persistent object’s identifier. Inherited from BaseObject.
OidInitializationMode static Specifies when a new GUID value is assigned to the BaseObject.Oid property. Inherited from BaseObject.
PermissionPolicy Specifies the Security System behavior when there are no explicitly specified permissions for a specific type, object or member.
Session Gets the session used to load and save persistent objects. Inherited from PersistentBase.
This Refers to the current instance. Inherited from XPBaseObject.
TypePermissions Gets the list of objects which contain type permissions associated with the current PermissionPolicyRoleBase.
See Also