OperationPermissionBase Class
An abstact base class for Operation Permissions.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Security
Declaration
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.
Implements
Inheritance
See Also