Role.SetAssociationTypePermissions(TypePermissionObject, String) Method
Sets type permissions for associations.
Namespace: DevExpress.Persistent.BaseImpl.EF
Assembly: DevExpress.ExpressApp.Security.EF6.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Security.EF6
Declaration
Parameters
Name | Type | Description |
---|---|---|
typePermissionObject | DevExpress.Persistent.BaseImpl.EF.TypePermissionObject | The TypePermissionObject object specifying type permissions. |
operations | String | A string which is a semicolon-separated list of security operations to be allowed. |
See Also