Defines the interface for Folio, which the base collection of
user created content in Cartella.
Based on IEntity interface.
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public interface IFolio : IEntity, IExtensibleObject,
IApprovable, IHaveOwnerFolio, ISubscribable, ITrackable, IVotable,
ICartellaObject, IBaseObject, IDatedUniqueObject, IUniqueObject, IBatchUpdatable |
Visual Basic |
---|
Public Interface IFolio _
Inherits IEntity, IExtensibleObject, IApprovable, IHaveOwnerFolio, _
ISubscribable, ITrackable, IVotable, ICartellaObject, IBaseObject, _
IDatedUniqueObject, IUniqueObject, IBatchUpdatable |
Visual C++ |
---|
public interface class IFolio : IEntity,
IExtensibleObject, IApprovable, IHaveOwnerFolio, ISubscribable, ITrackable,
IVotable, ICartellaObject, IBaseObject, IDatedUniqueObject, IUniqueObject,
IBatchUpdatable |
See Also