Defines the interface for Module object, which represent a specific collection of FolioItem
types under a Folio
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
public interface IModule : ICartellaObject, IBaseObject, IDatedUniqueObject, IUniqueObject, IBatchUpdatable |
| Visual Basic |
|---|
Public Interface IModule _ Inherits ICartellaObject, IBaseObject, IDatedUniqueObject, IUniqueObject, _ IBatchUpdatable |
| Visual C++ |
|---|
public interface class IModule : ICartellaObject, IBaseObject, IDatedUniqueObject, IUniqueObject, IBatchUpdatable |