Defines interface for Gallery, collection of images with positions.
Based on IAssetFolioItem interface.
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public interface IGallery : IAssetFolioItem,
IFolioItem, IEntity, IExtensibleObject, IApprovable, IHaveOwnerFolio,
ISubscribable, ITrackable, IVotable, ICartellaObject, IBaseObject,
IDatedUniqueObject, IUniqueObject, IBatchUpdatable |
Visual Basic |
---|
Public Interface IGallery _
Inherits IAssetFolioItem, IFolioItem, IEntity, IExtensibleObject, _
IApprovable, IHaveOwnerFolio, ISubscribable, ITrackable, IVotable, _
ICartellaObject, IBaseObject, IDatedUniqueObject, IUniqueObject, IBatchUpdatable |
Visual C++ |
---|
public interface class IGallery : IAssetFolioItem,
IFolioItem, IEntity, IExtensibleObject, IApprovable, IHaveOwnerFolio,
ISubscribable, ITrackable, IVotable, ICartellaObject, IBaseObject,
IDatedUniqueObject, IUniqueObject, IBatchUpdatable |
See Also