Click or drag to resize
IDocumentFactory Interface
Interface for the document factory

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public interface IDocumentFactory : IObjectFactory

The IDocumentFactory type exposes the following members.

Properties
  NameDescription
Public propertyCreatedType
Returns the type created by this factory
(Inherited from IObjectFactory.)
Public propertySingleton
Singleton instance of the created object type
(Inherited from IObjectFactory.)
Top
Methods
  NameDescription
Public methodCanCreateObject
Returns true if the factory is able to create the object of the given type
(Inherited from IObjectFactory.)
Public methodCreateNewObject
Creates and returns a new object
(Inherited from IObjectFactory.)
Top
See Also