IOperationPermission Interface
Declares members implemented by the Operation Permission classes.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
You can inherit the OperationPermissionRequestBase class instead of implementing this interface “from scratch”. Return the list of IOperationPermission objects in the overridden GetPermissions method when implementing a custom PermissionData descendant. Refer to the How to: Implement Custom Security Objects (Users, Roles, Operation Permissions) topic to see an example.
See Also