Skip to main content
.NET 6.0+

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.v23.2.dll

Declaration

public TypePermissionObject FindTypePermissionObject(
    Type type
)

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