Role.AddObjectAccessPermission(Type, String, String) Method
Adds the specified object access permissions to the Role instance.
Namespace: DevExpress.Persistent.BaseImpl.EF
Assembly: DevExpress.ExpressApp.Security.EF6.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Security.EF6
Declaration
Parameters
Name | Type | Description |
---|---|---|
type | Type | The type of business object for which object access permissions are added. |
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. |
See Also