SettingsStoreBase Class
Base class for Settings Store implementations.
Namespace: Configuration.HelperAssembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
public abstract class SettingsStoreBase : ISettingsStore
- Inheritance
- Object SettingsStoreBase
- Derived
- Implements
- 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. |
| LoadFromStream | Initializes the Setting Store object. |