Summary
IConventionBuilder
Implements the
IConventionContainer<TBuilder, TConvention, TDelegate>
- Assembly
- Rocket
.Surgery .Conventions .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions - Interfaces
- Implementing Types
-
- IAutofacBuilder
- MetricsBuilder
- AppMetricsBuilder
- SerilogBuilder
- I
Web Jobs Convention Builder - ConventionBuilder
<TBuilder, TConvention, TDelegate> - IServicesBuilder
- ISerilogBuilder
- IAppMetricsBuilder
- ServicesBuilder
- CommandLineBuilder
- Web
Jobs Convention Builder - ICommandLineBuilder
- AutofacBuilder
- ILoggingBuilder
Syntax
public interface IConventionBuilder<out TBuilder, in TConvention, in TDelegate> :
IConventionContainer<out TBuilder, in TConvention, in TDelegate>
where TBuilder : IConventionBuilder<out TBuilder, in TConvention, in TDelegate> where TConvention : IConvention where TDelegate : Delegate
Attributes
Type | Description |
---|---|
Nullable |
Type Parameters
Name | Description |
---|---|
TBuilder | The type of the t builder. |
TConvention | The type of the t convention. |
TDelegate | The type of the t delegate. |
Properties
Name | Value | Summary |
---|---|---|
Assembly |
I |
Gets the assembly candidate finder.
|
AssemblyProvider | IAssemblyProvider |
Gets the assembly provider.
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|