IConfigurationConventionContext Interface

Summary

IConfigurationConventionContext Implements the IConventionContext Implements the Microsoft.Extensions.Configuration.IConfigurationBuilder
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<object, object>
Gets the properties.

Extension Methods

See Also