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

OperationPermissionBase Class

An abstact base class for Operation Permissions.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v18.2.dll

Declaration

public abstract class OperationPermissionBase :
    IOperationPermission

Remarks

The OperationPermissionBase class implements the IOperationPermission interface. You can inherit it instead of implementing the IOperationPermission interface “from scratch” when it is required to implement a custom Operation Permission.

See Also