Show / Hide Table of Contents

Interface IAutofacGenericDecoratorBuilder<TService>

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

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