Defines the interface of Asset based FolioItem.
Objects inheriting this interface are associated with one Asset.
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public interface IAssetFolioItem : IFolioItem,
IEntity, IExtensibleObject, IApprovable, IHaveOwnerFolio, ISubscribable,
ITrackable, IVotable, ICartellaObject, IBaseObject, IDatedUniqueObject,
IUniqueObject, IBatchUpdatable |
Visual Basic |
---|
Public Interface IAssetFolioItem _
Inherits IFolioItem, IEntity, IExtensibleObject, IApprovable, _
IHaveOwnerFolio, ISubscribable, ITrackable, IVotable, ICartellaObject, _
IBaseObject, IDatedUniqueObject, IUniqueObject, IBatchUpdatable |
Visual C++ |
---|
public interface class IAssetFolioItem : IFolioItem,
IEntity, IExtensibleObject, IApprovable, IHaveOwnerFolio, ISubscribable,
ITrackable, IVotable, ICartellaObject, IBaseObject, IDatedUniqueObject,
IUniqueObject, IBatchUpdatable |
See Also