Interface IAutofacContainerBuilder
Interface for Autofac container builder.
Namespace: Kephas.Composition.Autofac.Conventions
Assembly: Kephas.Composition.Autofac.dll
Syntax
public interface IAutofacContainerBuilder
Methods
| Improve this Doc View SourceGetContainerBuilder(IEnumerable<Type>)
Configures the container builder with the given parts.
Declaration
ContainerBuilder GetContainerBuilder(IEnumerable<Type> parts)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IEnumerable<System.Type> | parts | The parts. |
Returns
| Type | Description |
|---|---|
| Autofac.ContainerBuilder | The container builder. |