Back to Devexpress

IOperationPermission Interface

expressappframework-devexpress-dot-expressapp-dot-security-3d84dbe2.md

latest1.5 KB
Original Source

IOperationPermission Interface

Declares members implemented by the Operation Permission classes.

Namespace : DevExpress.ExpressApp.Security

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public interface IOperationPermission
vb
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

IOperationPermission Members

DevExpress.ExpressApp.Security Namespace