Role.SetTypePermissions(Type, String, SecuritySystemModifier) Method
Sets type permissions for the specified business object type.
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 | A type of the business object for which type permissions are set. |
operations | String | A string which is a semicolon-separated list of security operations to be allowed. |
securitySystemModifier | DevExpress.ExpressApp.Security.Strategy.SecuritySystemModifier | A value of the SecuritySystemModifier enumeration collection, which is an allow or deny security system modifier. |
Returns
Type | Description |
---|---|
DevExpress.Persistent.BaseImpl.EF.TypePermissionObject | The TypePermissionObject object specifying type permissions. |
See Also