Namespace LambdaSharp.ConfigSource
Classes
EmptyLambdaConfigSource
The EmptyLambdaConfigSource class is an implementation of ILambdaConfigSource interface that contains no values or nested sections.
LambdaDictionarySource
The LambdaDictionarySource class is an implementation of ILambdaConfigSource interface that reads configuration values from a collection of key-value pairs. Nested sections are represented by a '/' character in the configuration key.
LambdaSystemEnvironmentSource
The LambdaDictionarySource class is an implementation of ILambdaConfigSource interface that reads configuration values from system environment variables. Nested sections are represented by a '_' character in the system environment variable name.
Interfaces
ILambdaConfigSource
The ILambdaConfigSource interface provide the method definitions for accessing configuration values and nested sections.