CQRS.NET  4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Configuration.IConfigurationManager Interface Reference

Provides access to configuration settings. More...

+ Inheritance diagram for Cqrs.Configuration.IConfigurationManager:

Public Member Functions

string GetSetting (string key)
 Read the setting named key . More...
 
bool TryGetSetting (string key, out string value)
 Read the setting named key . More...
 
bool TryGetSetting (string key, out bool value)
 Read the setting named key . More...
 
string GetConnectionString (string connectionStringName)
 Read the configuration string named connectionStringName . More...
 
string GetConnectionStringBySettingKey (string key)
 Read the configuration string where the name (or key) of the connection string is stored in a setting, first obtained with a call to GetSetting(string) More...
 

Detailed Description

Provides access to configuration settings.