Defines the interface for DocumentManager, the manager object for Document entities. Based on IFolioItemManager interface.

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

Syntax

C#
public interface IDocumentManager : IFolioItemManager<Document>, 
	IEntityManager<Document>, IExtensibleObjectManager<Document>, ICartellaObjectManager<Document>, 
	IManager
Visual Basic
Public Interface IDocumentManager _
	Inherits IFolioItemManager(Of Document), IEntityManager(Of Document),  _
	IExtensibleObjectManager(Of Document), ICartellaObjectManager(Of Document), IManager
Visual C++
public interface class IDocumentManager : IFolioItemManager<Document^>, 
	IEntityManager<Document^>, IExtensibleObjectManager<Document^>, ICartellaObjectManager<Document^>, 
	IManager

See Also