Skip to main content
.NET 6.0+

IPermissionPolicyRoleWithUsers Interface

Implemented by business classes specifying a security user that supports the Allow/Deny Permission Policies and exposes a collection of security roles.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.Persistent.Base.v23.2.dll

Declaration

public interface IPermissionPolicyRoleWithUsers

Remarks

Built-in classes that implement IPermissionPolicyRoleWithUsers are DevExpress.Persistent.BaseImpl.PermissionPolicyUser and DevExpress.Persistent.BaseImpl.EF.PermissionPolicyUser.

See Also