Skip to main content
A newer version of this page is available. .

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.EF.v18.2.dll

Declaration

public void AddObjectAccessPermission<T>(
    string criteria,
    string operations
)

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