| Interface | Description | |
|---|---|---|
| IObjectFactory | Describes all methods defines in a factory who implement the inversion of control design pattern. |
| Class | Description | |
|---|---|---|
| ECMAObjectFactory | This IoC factory use an ECMAScript collection of generic objects to create and initialize all object definitions used in the application. | |
| ObjectConfig | This object contains the configuration of the IOC object factory. | |
| ObjectFactory | The basic Inversion of Control container/factory class. |