| ObjectFactoryT Class |
Namespace: CMS.Core
The ObjectFactoryT type exposes the following members.
| Name | Description | |
|---|---|---|
| ObjectFactoryT |
| Name | Description | |
|---|---|---|
| CanCreateObject |
Returns true if the factory is able to create the object based on the given parameter
| |
| CreateActivator |
Creates an object activator for the created type
| |
| CreateInstance |
Creates a new instance of the object
| |
| CreateNewObject |
Creates and returns a new object
| |
| CreateNewTypedObject |
Creates and returns a new object
| |
| ChangeCreatedTypeTo(Type) |
Replaces the creation of the given original type by the new type
| |
| ChangeCreatedTypeToNewType |
Replaces the creation of the given original type by the new type
| |
| New |
Creates a new object of the given type
| |
| Reset |
Resets the factory to a default state
| |
| SetDefaultObjectTypeToNewType |
Sets the default object type created by the factory to the given type
| |
| StaticSingleton |
Provides a static singleton instance of the object implementing this interface
| |
| StaticSingletonTParent |
Returns static singleton for the given object type
|
| Name | Description | |
|---|---|---|
| AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
| GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
| Name | Description | |
|---|---|---|
| CanReplaceCurrent |
If true, the default object factory can be replaced by other factory
| |
| Constructor |
Constructor used for dependency injection
| |
| CreatedType |
Returns the type created by this factory
| |
| CurrentFactory |
Current factory to create objects, includes initialization of the core if interface factory is not initialized
| |
| Initializer |
Object initialization function
| |
| IsDefault |
Returns true if the object factory is the default one (giving out the exact type that defines it)
| |
| IsInitialized |
Returns true if the default factory is initialized
| |
| Singleton |
Singleton instance of the created object type
| |
| UseCompiledLambda |
If true, the compiled lambda expression is used to create new objects. Set to true if the factory will be creating a lot of objects
|