Skip to main content
A newer version of this page is available. .

PermissionPolicyUser Class

An XAF user who has a list of associated security roles that support the Allow/Deny Permission Policies.

Namespace: DevExpress.Persistent.BaseImpl.EF.PermissionPolicy

Assembly: DevExpress.Persistent.BaseImpl.EF.v19.1.dll

Declaration

[ImageName("BO_User")]
[RuleCriteria("PermissionPolicyUser_EF_Prevent_delete_logged_in_user", DefaultContexts.Delete, "[ID] != CurrentUserId()", "Cannot delete the current logged-in user. Please log in using another user account and retry.")]
public class PermissionPolicyUser :
    INotifyPropertyChanged,
    IPermissionPolicyUser,
    ISecurityUser,
    IAuthenticationActiveDirectoryUser,
    IAuthenticationStandardUser,
    ISecurityUserWithRoles

Remarks

Associated roles are exposed via the PermissionPolicyUser.Roles property.

Inheritance

Object
PermissionPolicyUser
See Also