Skip to main content
.NET 6.0+

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.v24.1.dll

Declaration

public TypePermissionObject FindTypePermissionObject<T>()

Type Parameters

Name
T

Returns

Type Description
DevExpress.Persistent.BaseImpl.EF.TypePermissionObject

The TypePermissionObject object specifying type permissions for the given type.

See Also