Click or drag to resize

RegistrationExtensionsRegisterAdapter Method

Overload List
  NameDescription
Public methodStatic memberRegisterAdapterTFrom, TTo(ContainerBuilder, FuncTFrom, TTo)
Adapt all components implementing service TFrom to provide TTo using the provided adapter function.
Public methodStatic memberRegisterAdapterTFrom, TTo(ContainerBuilder, FuncIComponentContext, TFrom, TTo)
Adapt all components implementing service TFrom to provide TTo using the provided adapter function.
Public methodStatic memberRegisterAdapterTFrom, TTo(ContainerBuilder, FuncIComponentContext, IEnumerableParameter, TFrom, TTo)
Adapt all components implementing service TFrom to provide TTo using the provided adapter function.
Top
See Also