Defines the interface of FolioItemManager. Based on IEntityManager interface

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

Syntax

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

Type Parameters

T

See Also