Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

OperationPermissionBase Class

An abstact base class for Operation Permissions.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v19.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