Summary
IConventionContainer
- Assembly
- Rocket
.Surgery .Conventions .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions - Implementing Types
-
- IAutofacBuilder
- MetricsBuilder
- AppMetricsBuilder
- SerilogBuilder
- I
Web Jobs Convention Builder - ConventionBuilder
<TBuilder, TConvention, TDelegate> - IServicesBuilder
- ISerilogBuilder
- IAppMetricsBuilder
- IConventionBuilder
<TBuilder, TConvention, TDelegate> - ServicesBuilder
- CommandLineBuilder
- Web
Jobs Convention Builder - Convention
Container Builder <TBuilder, TConvention, TDelegate> - I
Configuration Builder - ICommandLineBuilder
- AutofacBuilder
- ILoggingBuilder
Syntax
public interface IConventionContainer<out TBuilder, in TConvention, in TDelegate>
where TBuilder : IConventionContainer<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 |
---|---|---|
Scanner | IConventionScanner |
Gets the scanner.
|
Methods
Name | Value | Summary |
---|---|---|
AppendConvention |
TBuilder |
Adds a set of conventions to the scanner
|
AppendConvention |
TBuilder |
Adds a set of conventions to the scanner
|
AppendConvention |
TBuilder |
Adds a set of conventions to the scanner
|
AppendDelegate |
TBuilder |
Adds a set of delegates to the scanner
|
AppendDelegate |
TBuilder |
Addes a set of delegates to the scanner
|
PrependConvention |
TBuilder |
Adds a set of conventions to the scanner
|
PrependConvention |
TBuilder |
Adds a set of conventions to the scanner
|
PrependConvention |
TBuilder |
Adds a set of conventions to the scanner
|
PrependDelegate |
TBuilder |
Adds a set of delegates to the scanner
|
PrependDelegate |
TBuilder |
Addes a set of delegates to the scanner
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|