Defines interface for FolioManager, the manager object for all Folios. 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 IFolioManager : IEntityManager<Folio>, 
	IExtensibleObjectManager<Folio>, ICartellaObjectManager<Folio>, IManager
Visual Basic
Public Interface IFolioManager _
	Inherits IEntityManager(Of Folio), IExtensibleObjectManager(Of Folio),  _
	ICartellaObjectManager(Of Folio), IManager
Visual C++
public interface class IFolioManager : IEntityManager<Folio^>, 
	IExtensibleObjectManager<Folio^>, ICartellaObjectManager<Folio^>, IManager

See Also