Role.FindTypePermissionObject<T>() 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.v25.1.dll
NuGet Package: DevExpress.ExpressApp.Security.EF6
Declaration
Type Parameters
| Name |
|---|
| T |
Returns
| Type | Description |
|---|---|
| DevExpress.Persistent.BaseImpl.EF.TypePermissionObject | The TypePermissionObject object specifying type permissions for the given type. |
See Also