Defines the interface for Comment. Based on ICartellaObject.
Hierarchical
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public interface IComment : ICartellaObject, IDatedUniqueObject, IBatchUpdatable, IApprovable, IBaseObject, IUniqueObject, IHaveOwnerFolio |
Visual Basic |
---|
Public Interface IComment _ Inherits ICartellaObject, IDatedUniqueObject, IBatchUpdatable, IApprovable, _ IBaseObject, IUniqueObject, IHaveOwnerFolio |
Visual C++ |
---|
public interface class IComment : ICartellaObject, IDatedUniqueObject, IBatchUpdatable, IApprovable, IBaseObject, IUniqueObject, IHaveOwnerFolio |