Back to Devexpress

DevExpress.Utils.IoC Namespace

corelibraries-devexpress-dot-utils-bcdce424.md

latest1.7 KB
Original Source

DevExpress.Utils.IoC Namespace

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

Classes

NameDescription
FactoryRegistrationEnables you to register factories that are used to create object instances.
InstanceRegistrationProvides a container registration for dependencies that are registered by passing an instance (using the IntegrityContainer.RegisterInstance method).
IntegrityContainerA dependency injection container.
RegistrationProvides an abstract container registration.
RegistrationFailedExceptionOccurs if there is an error during registration of a type.
ResolutionFailedExceptionOccurs if there is an error during request of a dependency.
TypeRegistrationEnables a container registration for dependencies that are registered by type (i.e., by calling the IntegrityContainer.RegisterType methods).