Show / Hide Table of Contents

Interface IAutofacDecoratorBuilder

An object which implements all of ICreatesAutofacDecorator, ICustomizesAutofacDecorator & IHasDecoratorBasedServiceResolutionInfo.

Inherited Members
ICreatesAutofacDecorator.UsingInitialImpl<TInitialImpl>(Parameter[])
ICreatesAutofacDecorator.UsingInitialImpl<TInitialImpl>(Func<IComponentContext, IEnumerable<Parameter>, TInitialImpl>, Parameter[])
ICreatesAutofacDecorator.UsingInitialImplType(Type, Parameter[])
ICreatesAutofacDecorator.UsingInitialImplType(Type, Func<IComponentContext, IEnumerable<Parameter>, Object>, Parameter[])
ICustomizesAutofacDecorator.ThenWrapWith<TDecorator>(Parameter[])
ICustomizesAutofacDecorator.ThenWrapWith<TDecorator>(Func<Object, IComponentContext, IEnumerable<Parameter>, TDecorator>, Parameter[])
ICustomizesAutofacDecorator.ThenWrapWithType(Type, Parameter[])
ICustomizesAutofacDecorator.ThenWrapWithType(Type, Func<Object, IComponentContext, IEnumerable<Parameter>, Object>, Parameter[])
IHasDecoratorBasedServiceResolutionInfo.ResolutionInfo
Namespace: CSF.DecoratorBuilder
Assembly: CSF.DecoratorBuilder.Autofac.dll
Syntax
public interface IAutofacDecoratorBuilder : ICreatesAutofacDecorator, ICustomizesAutofacDecorator, IHasDecoratorBasedServiceResolutionInfo
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX