Skip to main content

FactoryRegistration Class

Enables you to register factories that are used to create object instances.

Namespace: DevExpress.Utils.IoC

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public sealed class FactoryRegistration :
    Registration,
    IDisposable

Inheritance

Object
Registration
FactoryRegistration
See Also