IConfigurationConvention Interface

Summary

ILoggingConvention Implements the IConvention<TContext>
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

See Also