corelibraries-devexpress-dot-utils-bcdce424.md
Contains classes that provide support for the “Inversion of Control” software design pattern in DevExpress products.
Assembly : DevExpress.Data.v25.2.dll
NuGet Package : DevExpress.Data
| Name | Description |
|---|---|
| FactoryRegistration | Enables you to register factories that are used to create object instances. |
| InstanceRegistration | Provides a container registration for dependencies that are registered by passing an instance (using the IntegrityContainer.RegisterInstance method). |
| IntegrityContainer | A dependency injection container. |
| Registration | Provides an abstract container registration. |
| RegistrationFailedException | Occurs if there is an error during registration of a type. |
| ResolutionFailedException | Occurs if there is an error during request of a dependency. |
| TypeRegistration | Enables a container registration for dependencies that are registered by type (i.e., by calling the IntegrityContainer.RegisterType methods). |