Get the collection of Role, RolePermission for given Role.
Return an self-maintained CartellaRelations object.
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
[ObsoleteAttribute("Depricated, please use the Permisssions Property", true)] ICartellaRelations<IRole, IRolePermission> AppliedPermissions { get; } |
Visual Basic |
---|
<ObsoleteAttribute("Depricated, please use the Permisssions Property", _ True)> _ ReadOnly Property AppliedPermissions As ICartellaRelations(Of IRole, IRolePermission) Get |
Visual C++ |
---|
[ObsoleteAttribute(L"Depricated, please use the Permisssions Property", true)] property ICartellaRelations<IRole^, IRolePermission^>^ AppliedPermissions { ICartellaRelations<IRole^, IRolePermission^>^ get (); } |