RegistrationExtensionsRegisterAdapter Method |
Name | Description | |
---|---|---|
RegisterAdapterTFrom, TTo(ContainerBuilder, FuncTFrom, TTo) |
Adapt all components implementing service TFrom
to provide TTo using the provided adapter
function.
| |
RegisterAdapterTFrom, TTo(ContainerBuilder, FuncIComponentContext, TFrom, TTo) |
Adapt all components implementing service TFrom
to provide TTo using the provided adapter
function.
| |
RegisterAdapterTFrom, TTo(ContainerBuilder, FuncIComponentContext, IEnumerableParameter, TFrom, TTo) |
Adapt all components implementing service TFrom
to provide TTo using the provided adapter
function.
|