Skip to main content
.NET 6.0+

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.v23.2.dll

Declaration

public void AddObjectAccessPermission(
    Type type,
    string criteria,
    string operations
)

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