Skip to main content
.NET 6.0+

IOperationPermission Interface

Declares members implemented by the Operation Permission classes.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public interface IOperationPermission

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