IObjectFactory MembersKentico 8.1 API Reference
The IObjectFactory type exposes the following members.
Methods

  NameDescription
Public methodCanCreateObject
Returns true if the factory is able to create the object of the given type
Public methodCreateNewObject
Creates and returns a new object
Back to Top
Properties

  NameDescription
Public propertyCreatedType
Returns the type created by this factory
Public propertySingleton
Singleton instance of the created object type
Back to Top
See Also