Summary
ILoggingConvention
Implements the
IConvention<TContext>
- Assembly
- Rocket
.Surgery .Extensions .Configuration .Abstractions .dll - Namespace
- Rocket
.Surgery .Extensions .Configuration - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["IConvention<IConfigurationConventionContext>"]
Type-.->Interface1["IConvention"]
click Interface1 "/api/Rocket.Surgery.Conventions/IConvention"
Type["IConfigurationConvention"]
class Type type-node
Implementing0["DockerComposeConvention"]-.->Type
click Implementing0 "/api/Rocket.Surgery.Automation.DockerCompose/DockerComposeConvention"
Implementing1["SerilogReadFromConfigurationConvention"]-.->Type
click Implementing1 "/api/Rocket.Surgery.Extensions.Serilog.Conventions/SerilogReadFromConfigurationConvention"
Implementing2["PostgresConvention"]-.->Type
click Implementing2 "/api/Rocket.Surgery.Automation.Postgres/PostgresConvention"
Implementing3["AzureiteConvention"]-.->Type
click Implementing3 "/api/Rocket.Surgery.Automation.Azurite/AzureiteConvention"
Syntax
public interface IConfigurationConvention : IConvention<IConfigurationConventionContext>,
IConvention
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|