RegistrationExtensionsRegisterDecorator Method |
| Name | Description | |
|---|---|---|
| RegisterDecoratorTDecorator, TService(ContainerBuilder, FuncIDecoratorContext, Boolean) |
Decorate all components implementing service TService
with decorator service TDecorator.
| |
| RegisterDecoratorTService(ContainerBuilder, FuncIComponentContext, IEnumerableParameter, TService, TService, FuncIDecoratorContext, Boolean) |
Decorate all components implementing service TService
using the provided decorator function.
| |
| RegisterDecoratorTService(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.
| |
| RegisterDecoratorTService(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.
| |
| RegisterDecoratorTService(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.
| |
| RegisterDecorator(ContainerBuilder, Type, Type, FuncIDecoratorContext, Boolean) |
Decorate all components implementing service serviceType
with decorator service decoratorType.
|