Defines the interface for a Role, based on the ICartellaObject interface.
Role is a collection of RolePermissions and can be considered as system-wide
security profile.
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
public interface IRole : ICartellaObject, IBaseObject, IDatedUniqueObject, IUniqueObject, IBatchUpdatable |
| Visual Basic |
|---|
Public Interface IRole _ Inherits ICartellaObject, IBaseObject, IDatedUniqueObject, IUniqueObject, _ IBatchUpdatable |
| Visual C++ |
|---|
public interface class IRole : ICartellaObject, IBaseObject, IDatedUniqueObject, IUniqueObject, IBatchUpdatable |