PermissionPolicyRoleBase.CreateTypePermissionObject(Type) Method
Namespace: DevExpress.Persistent.BaseImpl.EF.PermissionPolicy
Assembly: DevExpress.Persistent.BaseImpl.EFCore.v25.2.dll
NuGet Package: DevExpress.Persistent.BaseImpl.EFCore
Declaration
public virtual IPermissionPolicyTypePermissionObject CreateTypePermissionObject(
Type targetType
)
Parameters
| Name | Type |
|---|---|
| targetType | Type |
Returns
| Type |
|---|
| DevExpress.Persistent.Base.IPermissionPolicyTypePermissionObject |
Implements
See Also