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.EF.v19.2.dll
Declaration
public void AddObjectAccessPermission(
Type type,
string criteria,
string operations
)
Public Sub AddObjectAccessPermission(
type As Type,
criteria As String,
operations As String
)
public void AddObjectAccessPermission(
Type type,
string criteria,
string operations
)
Public Sub AddObjectAccessPermission(
type As Type,
criteria As String,
operations As String
)
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.
|
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