| ObjectFactoryT Properties |
The ObjectFactoryT generic type exposes the following members.
| 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.
| |
| Initializer |
Object initialization function
| |
| 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
|