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

IntegrityContainer.RegisterType(Type, Type) Method

Registers the specified concreteType with the specified serviceType key.

Namespace: DevExpress.Utils.IoC

Assembly: DevExpress.Data.v20.2.dll

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

Declaration

public TypeRegistration RegisterType(
    Type serviceType,
    Type concreteType
)

Parameters

Name Type Description
serviceType Type

A Type object.

concreteType Type

A Type object.

Returns

Type Description
TypeRegistration

A TypeRegistration object.

See Also