DevExpress.Utils.IoC Namespace
Contains classes that provide support for the “Inversion of Control” software design pattern in DevExpress products.
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Classes
Name | Description |
---|---|
Factory |
Enables you to register factories that are used to create object instances. |
Instance |
Provides a container registration for dependencies that are registered by passing an instance (using the Integrity |
Integrity |
A dependency injection container. |
Registration | Provides an abstract container registration. |
Registration |
Occurs if there is an error during registration of a type. |
Resolution |
Occurs if there is an error during request of a dependency. |
Type |
Enables a container registration for dependencies that are registered by type (i. |