Back to Devexpress

TypeRegistration Class

corelibraries-devexpress-dot-utils-dot-ioc-1ef50222.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public class TypeRegistration :
    Registration,
    IDisposable
vb
Public Class TypeRegistration
    Inherits Registration
    Implements IDisposable

The following members return TypeRegistration objects:

Inheritance

Object Registration TypeRegistration

See Also

TypeRegistration Members

DevExpress.Utils.IoC Namespace