Get the associated Permissions for the entity.
Returned as CartellaRelations, to allow user to add and remove permissions
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
ICartellaRelations<IEntity, IRolePermission> Permissions { get; } |
| Visual Basic |
|---|
ReadOnly Property Permissions As ICartellaRelations(Of IEntity, IRolePermission) Get |
| Visual C++ |
|---|
property ICartellaRelations<IEntity^, IRolePermission^>^ Permissions { ICartellaRelations<IEntity^, IRolePermission^>^ get (); } |