IObjectFactory Interface |
Namespace: CMS.Core
public interface IObjectFactory
The IObjectFactory type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreatedType |
Returns the type created by this factory
|
![]() | Singleton |
Singleton instance of the created object type
|
Name | Description | |
---|---|---|
![]() | CanCreateObject |
Returns true if the factory is able to create the object of the given type
|
![]() | CreateNewObject |
Creates and returns a new object
|