Defines the interface of GroupRole. Based on ICartellaObject interface.
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
public interface IGroupRole : ICartellaObject, IBaseObject, IDatedUniqueObject, IUniqueObject, IBatchUpdatable, IObjectCombination |
| Visual Basic |
|---|
Public Interface IGroupRole _ Inherits ICartellaObject, IBaseObject, IDatedUniqueObject, IUniqueObject, _ IBatchUpdatable, IObjectCombination |
| Visual C++ |
|---|
public interface class IGroupRole : ICartellaObject, IBaseObject, IDatedUniqueObject, IUniqueObject, IBatchUpdatable, IObjectCombination |