Interface IGenericDecoratorBuilder<TService>
An object which implements all of ICreatesDecorator<TService>, ICustomizesDecorator<TService> & IHasDecoratorBasedServiceResolutionInfo.
Inherited Members
Namespace: CSF.DecoratorBuilder
Assembly: CSF.DecoratorBuilder.Common.dll
Syntax
public interface IGenericDecoratorBuilder<TService> : ICreatesDecorator<TService>, ICustomizesDecorator<TService>, IHasDecoratorBasedServiceResolutionInfo where TService : class
Type Parameters
Name | Description |
---|---|
TService | The service type. |