Summary
IAutofacBuilder.
Implements the
IConventionBuilder<TBuilder, TConvention, TDelegate>
- Assembly
- Rocket
.Surgery .Extensions .Autofac .Abstractions .dll - Namespace
- Rocket
.Surgery .Extensions .Autofac - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["IConventionBuilder<IAutofacBuilder, IAutofacConvention, AutofacConventionDelegate>"]
Type-.->Interface1["IConventionContainer<IAutofacBuilder, IAutofacConvention, AutofacConventionDelegate>"]
Type["IAutofacBuilder"]
class Type type-node
Implementing0["AutofacBuilder"]-.->Type
click Implementing0 "/api/Rocket.Surgery.Extensions.Autofac/AutofacBuilder"
Syntax
public interface IAutofacBuilder :
IConventionBuilder<IAutofacBuilder, IAutofacConvention, AutofacConventionDelegate>,
IConventionContainer<IAutofacBuilder, IAutofacConvention, AutofacConventionDelegate>
Attributes
Type | Description |
---|---|
PublicAPIAttribute |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|