Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

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.2.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