Skip to main content
A newer version of this page is available. .

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.EF.v18.2.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