OperationPermissionBase Class
In This Article
An abstact base class for Operation Permissions.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Security
#Declaration
[DataContract]
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.
#Implements
#Inheritance
See Also