Summary
ILoggingConvention
Implements the
IConventionContainer<TBuilder, TConvention, TDelegate>
Implements the IConfigurationConvention
Implements the IConfigurationConventionContext
Implements the ConfigurationConventionDelegate
graph BT
Type-.->Interface0["IConventionContainer<IConfigurationBuilder, IConfigurationConvention, ConfigurationConventionDelegate>"]
Type["IConfigurationBuilder"]
class Type type-node
Syntax
public interface IConfigurationBuilder :
IConventionContainer<IConfigurationBuilder, IConfigurationConvention, ConfigurationConventionDelegate>
Attributes
| Type | Description |
|---|---|
| Nullable |
Properties
| Name | Value | Summary |
|---|---|---|
| Application |
I |
Gets the configuration builder for the application
|
| Environment | IRocketEnvironment |
Gets the environment.
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
