| | Class | Description |
| | ObjectFactoryBuilder |
This tool class is a helper to create an IObjectFactoryStrategy object with a generic object in the IoC context. |
| | ObjectFactoryMethod |
This object create a delegate factory configured in the IObjectDefinition and replace the natural factory of the ObjectFactory. |
| | ObjectFactoryProperty |
This object create a proxy factory configured in the IObjectDefinition and replace the natural factory of the ObjectFactory. |
| | ObjectFactoryReference |
This stategy get a reference in the IoC factory if the "factoryReference" attribute is used in the object definition. |
| | ObjectFactoryValue |
This stategy create an object in the IoC factory with an easy value if the attribute "factoryValue" is used in the object definition. |
| | ObjectStaticFactoryMethod |
This object create a static proxy factory configured in the IObjectDefinition and replace the natural factory of the ObjectFactory. |
| | ObjectStaticFactoryProperty |
This object create a static proxy factory configured in the IObjectDefinition and replace the natural factory of the ObjectFactory. |