Defines the interface of AssetFolioItemManager. It is the manager object to select/create/delete/purge all Folio Item types containing an Asset member

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public interface IAssetFolioItemManager<out T> : IFolioItemManager<T>, 
	IEntityManager<T>, IExtensibleObjectManager<T>, ICartellaObjectManager<T>, IManager
where T : AssetFolioItemBase
Visual Basic
Public Interface IAssetFolioItemManager(Of Out T As AssetFolioItemBase) _
	Inherits IFolioItemManager(Of T), IEntityManager(Of T), IExtensibleObjectManager(Of T),  _
	ICartellaObjectManager(Of T), IManager
Visual C++
generic<typename T>
where T : AssetFolioItemBase
public interface class IAssetFolioItemManager : IFolioItemManager<T>, 
	IEntityManager<T>, IExtensibleObjectManager<T>, ICartellaObjectManager<T>, IManager

Type Parameters

T

See Also