ISettingsStore Interface
Interface for a Settings Store implementation class.
Namespace: Configuration.HelperAssembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
public interface ISettingsStore
AppSettings |
Gets the application settings section object that applies to the SettingsStore object.
|
ConnectionStrings |
Gets the connection strings section object that applies to the SettingsStore object.
|
IsInitialized | Indicates if the setting store has been successfully initialized. |
Location | Gets the location of a configuration settings. |
Sections | Gets all the settings sections that apply to the SettingsStore object. |
Source | Gets the folder information source. |
AddSetting | Adds or updates a setting in the AppSettings key/value collection. |
GetSection | Returns the specified SettingsSection object. |
GetSetting | Returns the value of the specified AppSettings key. |