IDocumentFactory MembersKentico 8.1 API Reference
The IDocumentFactory type exposes the following members.
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.)
Back to Top
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.)
Back to Top
See Also