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

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

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