SettingsStoreBase Class

Base class for Settings Store implementations.

Definition

Namespace: Configuration.Helper
Assembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
public abstract class SettingsStoreBase : ISettingsStore
Inheritance
Object    SettingsStoreBase
Derived
Implements
ISettingsStore

Constructors

SettingsStoreBaseDefault constructor.

Properties

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.
IsInitializedIndicates if the setting store has been successfully initialized.
LocationGets the location of a configuration settings.
SectionsGets all the settings sections that apply to the SettingsStore object.
SourceGets the folder information source.

Methods

AddSettingAdds or updates a setting in the AppSettings key/value collection.
GetSectionReturns the specified SettingsSection object.
GetSettingReturns the value of the specified AppSettings key.
LoadFromStreamInitializes the Setting Store object.

Fields

fileExtensionConfiguration settings file extension.

See Also