Show / Hide Table of Contents

Interface IDecoratorBuilder

An object which implements all of ICreatesDecorator, ICustomizesDecorator & IHasDecoratorBasedServiceResolutionInfo.

Inherited Members
ICreatesDecorator.UsingInitialImpl<TInitialImpl>(ITypedResolvable[])
ICreatesDecorator.UsingInitialImpl<TInitialImpl>(Func<IServiceProvider, IEnumerable<ITypedResolvable>, TInitialImpl>, ITypedResolvable[])
ICreatesDecorator.UsingInitialImplType(Type, ITypedResolvable[])
ICreatesDecorator.UsingInitialImplType(Type, Func<IServiceProvider, IEnumerable<ITypedResolvable>, Object>, ITypedResolvable[])
ICustomizesDecorator.ThenWrapWith<TDecorator>(ITypedResolvable[])
ICustomizesDecorator.ThenWrapWith<TDecorator>(Func<Object, IServiceProvider, IEnumerable<ITypedResolvable>, TDecorator>, ITypedResolvable[])
ICustomizesDecorator.ThenWrapWithType(Type, ITypedResolvable[])
ICustomizesDecorator.ThenWrapWithType(Type, Func<Object, IServiceProvider, IEnumerable<ITypedResolvable>, Object>, ITypedResolvable[])
IHasDecoratorBasedServiceResolutionInfo.ResolutionInfo
Namespace: CSF.DecoratorBuilder
Assembly: CSF.DecoratorBuilder.Common.dll
Syntax
public interface IDecoratorBuilder : ICreatesDecorator, ICustomizesDecorator, IHasDecoratorBasedServiceResolutionInfo
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX