Summary
IConventionContainer
- Assembly
- Rocket
.Surgery .Conventions .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions - Implementing Types
-
- MetricsBuilder
- Convention
Container Builder <TBuilder, TConvention, TDelegate> - ServicesBuilder
- I
Configuration Builder - ConventionBuilder
<TBuilder, TConvention, TDelegate> - AppMetricsBuilder
- CommandLineBuilder
- SerilogBuilder
- IAutofacBuilder
- ISerilogBuilder
- Web
Jobs Convention Builder - IAppMetricsBuilder
- ICommandLineBuilder
- IServicesBuilder
- IConventionBuilder
<TBuilder, TConvention, TDelegate> - AutofacBuilder
- ILoggingBuilder
- I
Web Jobs Convention Builder
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.
|