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

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.v19.1.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