Show / Hide Table of Contents

Class DecoratorBuilderModule

An Autofac Module which registers all of the CSF.DecoratorBuilder types. Register this module to use the decorator builder in your own application.

Inheritance
System.Object
Autofac.Module
DecoratorBuilderModule
Implements
Autofac.Core.IModule
Inherited Members
Autofac.Module.Configure(Autofac.Core.IComponentRegistry)
Autofac.Module.AttachToComponentRegistration(Autofac.Core.IComponentRegistry, Autofac.Core.IComponentRegistration)
Autofac.Module.AttachToRegistrationSource(Autofac.Core.IComponentRegistry, Autofac.Core.IRegistrationSource)
Autofac.Module.ThisAssembly
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CSF.DecoratorBuilder
Assembly: CSF.DecoratorBuilder.Autofac.dll
Syntax
public class DecoratorBuilderModule : Module, IModule

Methods

| Improve this Doc View Source

Load(ContainerBuilder)

Load the current module.

Declaration
protected override void Load(ContainerBuilder builder)
Parameters
Type Name Description
Autofac.ContainerBuilder builder

A container builder.

Overrides
Autofac.Module.Load(Autofac.ContainerBuilder)

Implements

Autofac.Core.IModule
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX