Skip to main content
.NET 6.0+

Role.SetTypePermissionsRecursively<T>(String, SecuritySystemModifier) Method

Sets the permissions for the target type and all its persistent descendants.

Namespace: DevExpress.Persistent.BaseImpl.EF

Assembly: DevExpress.ExpressApp.Security.EF6.v23.2.dll

Declaration

public void SetTypePermissionsRecursively<T>(
    string operations,
    SecuritySystemModifier modifier
)

Parameters

Name Type Description
operations String

A string which is a semicolon-separated list of security operations to be allowed.

modifier DevExpress.ExpressApp.Security.Strategy.SecuritySystemModifier

A SecuritySystemModifier enumeration value.

Type Parameters

Name
T
See Also