Summary
IConfigurationConventionContext
Implements the
IConventionContext
Implements the Microsoft.Extensions.Configuration.IConfigurationBuilder
- Assembly
- Rocket
.Surgery .Extensions .Configuration .Abstractions .dll - Namespace
- Rocket
.Surgery .Extensions .Configuration - Interfaces
-
- IConventionContext
- I
Configuration Builder
graph BT
Type-.->Interface0["IConventionContext"]
click Interface0 "/api/Rocket.Surgery.Conventions/IConventionContext"
Type-.->Interface1["IConfigurationBuilder"]
Type["IConfigurationConventionContext"]
class Type type-node
Syntax
public interface IConfigurationConventionContext : IConventionContext, IConfigurationBuilder
Properties
Name | Value | Summary |
---|---|---|
Configuration | IConfiguration |
Gets the configuration.
|
Properties | IDictionary |
Gets the properties.
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
See Also
IConventionContext
- Microsoft.Extensions.Configuration.IConfigurationBuilder