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