A newer version of this page is available.
Switch to the current version.
IntegrityContainer.RegisterType(Type, Type) Method
Registers the specified concreteType with the specified serviceType key.
Namespace: DevExpress.Utils.IoC
Assembly: DevExpress.Data.v18.2.dll
Declaration
public TypeRegistration RegisterType(
Type serviceType,
Type concreteType
)
Public Function RegisterType(
serviceType As Type,
concreteType As Type
) As TypeRegistration
Parameters
Name | Type | Description |
---|---|---|
serviceType | Type | A Type object. |
concreteType | Type | A Type object. |
Returns
Type | Description |
---|---|
TypeRegistration | A TypeRegistration object. |
See Also
Feedback