Skip to main content
.NET 6.0+

Role.TypePermissions Property

Gets the list of objects which contain type permissions associated with the current Role.

Namespace: DevExpress.Persistent.BaseImpl.EF

Assembly: DevExpress.ExpressApp.Security.EF6.v23.2.dll

Declaration

[Aggregated]
public virtual IList<TypePermissionObject> TypePermissions { get; set; }

Property Value

Type Description
IList<DevExpress.Persistent.BaseImpl.EF.TypePermissionObject>

An IList<TypePermissionObject<, which is the list of the TypePermissionObject objects which are type permissions associated with the current role.

See Also