Defines the interface for FolioModule object,
which represents a specific collection of Folio Items
under a Folio
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public interface IFolioModule : IEntity,
IExtensibleObject, IApprovable, IHaveOwnerFolio, ISubscribable, ITrackable,
IVotable, ICartellaObject, IBaseObject, IDatedUniqueObject, IUniqueObject,
IBatchUpdatable |
Visual Basic |
---|
Public Interface IFolioModule _
Inherits IEntity, IExtensibleObject, IApprovable, IHaveOwnerFolio, _
ISubscribable, ITrackable, IVotable, ICartellaObject, IBaseObject, _
IDatedUniqueObject, IUniqueObject, IBatchUpdatable |
Visual C++ |
---|
public interface class IFolioModule : IEntity,
IExtensibleObject, IApprovable, IHaveOwnerFolio, ISubscribable, ITrackable,
IVotable, ICartellaObject, IBaseObject, IDatedUniqueObject, IUniqueObject,
IBatchUpdatable |
See Also