Role.FindTypePermissionObject(Type) Method
Returns a TypePermissionObject object specifying type permissions for the given type, or null, if there is no such object in the Role.TypePermissions list.
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 the TypePermissionObject object is determined. |
Returns
Type | Description |
---|---|
DevExpress.Persistent.BaseImpl.EF.TypePermissionObject | The TypePermissionObject object specifying type permissions for the given type. |
See Also