Role.AddObjectAccessPermission<T>(String, String) Method
Adds the specified object access permissions to the Role instance.
Namespace: DevExpress.Persistent.BaseImpl.EF
Assembly: DevExpress.ExpressApp.Security.EF6.v25.1.dll
NuGet Package: DevExpress.ExpressApp.Security.EF6
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| criteria | String | A string which is the critera matching the target objects. |
| operations | String | A string which is a semicolon-separated security operation list to be allowed. |
Type Parameters
| Name |
|---|
| T |
See Also