Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IsGrantedExtensions Class

Extends the SecurityStrategy class with methods to check permissions.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v19.2.dll

Declaration

public static class IsGrantedExtensions

Remarks

This class provides extension methods to check permissions for CRUD and navigate operations. You can check permissions for a current user, specific user or particular role.

Methods for a Current User

Create Operation

Read Operation

Write Operation

Delete Operation

Methods for a Specific User

Create Operation

Read Operation

Write Operation

Delete Operation

Methods for a Specific Role

Create Operation

Read Operation

Write Operation

Delete Operation

Inheritance

Object
IsGrantedExtensions
See Also