Click or drag to resize

RegistrationExtensionsRegisterDecorator Method

Overload List
  NameDescription
Public methodStatic memberRegisterDecoratorTDecorator, TService(ContainerBuilder, FuncIDecoratorContext, Boolean)
Decorate all components implementing service TService with decorator service TDecorator.
Public methodStatic memberRegisterDecoratorTService(ContainerBuilder, FuncIComponentContext, IEnumerableParameter, TService, TService, FuncIDecoratorContext, Boolean)
Decorate all components implementing service TService using the provided decorator function.
Public methodStatic memberRegisterDecoratorTService(ContainerBuilder, FuncTService, TService, Object, Object)
Decorate all components implementing service TService using the provided decorator function. The fromKey and toKey parameters must be different values.
Public methodStatic memberRegisterDecoratorTService(ContainerBuilder, FuncIComponentContext, TService, TService, Object, Object)
Decorate all components implementing service TService using the provided decorator function. The fromKey and toKey parameters must be different values.
Public methodStatic memberRegisterDecoratorTService(ContainerBuilder, FuncIComponentContext, IEnumerableParameter, TService, TService, Object, Object)
Decorate all components implementing service TService using the provided decorator function. The fromKey and toKey parameters must be different values.
Public methodStatic memberRegisterDecorator(ContainerBuilder, Type, Type, FuncIDecoratorContext, Boolean)
Decorate all components implementing service serviceType with decorator service decoratorType.
Top
See Also