Skip to main content
A newer version of this page is available. .

TypeRegistration Class

Enables a container registration for dependencies that are registered by type (i.e., by calling the IntegrityContainer.RegisterType methods).

Namespace: DevExpress.Utils.IoC

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public class TypeRegistration :
    Registration,
    IDisposable

Inheritance

Object
Registration
TypeRegistration
See Also