Contains application settings.
| C# |
public sealed class Settings : ApplicationSettingsBase
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| Settings()()() | Initializes a new instance of the Settings class | |
| Context |
Gets the application settings context associated with the settings group.
(Inherited from ApplicationSettingsBase.) | |
| Default |
Gets the default instance.
| |
| DMPmasterConnectionString | ||
| DPDUseDefaultDistributionForMaster | ||
| DPDUseDefaultDistributionForStandard | ||
| DPmodelConnectionString | ||
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetPreviousVersion(String) |
Returns the value of the named settings property for the previous version of the same application.
(Inherited from ApplicationSettingsBase.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Initialize(SettingsContext, SettingsPropertyCollection, SettingsProviderCollection) |
Initializes internal properties used by SettingsBase object.
(Inherited from SettingsBase.) | |
| IsSynchronized |
Gets a value indicating whether access to the object is synchronized (thread safe).
(Inherited from SettingsBase.) | |
| Item[([(String])]) |
Gets or sets the value of the specified application settings property.
(Inherited from ApplicationSettingsBase.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnPropertyChanged(Object, PropertyChangedEventArgs) |
Raises the PropertyChanged event.
(Inherited from ApplicationSettingsBase.) | |
| OnSettingChanging(Object, SettingChangingEventArgs) |
Raises the SettingChanging event.
(Inherited from ApplicationSettingsBase.) | |
| OnSettingsLoaded(Object, SettingsLoadedEventArgs) |
Raises the SettingsLoaded event.
(Inherited from ApplicationSettingsBase.) | |
| OnSettingsSaving(Object, CancelEventArgs) |
Raises the SettingsSaving event.
(Inherited from ApplicationSettingsBase.) | |
| Properties |
Gets the collection of settings properties in the wrapper.
(Inherited from ApplicationSettingsBase.) | |
| PropertyChanged |
Occurs after the value of an application settings property is changed.
(Inherited from ApplicationSettingsBase.) | |
| PropertyValues |
Gets a collection of property values.
(Inherited from ApplicationSettingsBase.) | |
| Providers |
Gets the collection of application settings providers used by the wrapper.
(Inherited from ApplicationSettingsBase.) | |
| Reload()()() |
Refreshes the application settings property values from persistent storage.
(Inherited from ApplicationSettingsBase.) | |
| Reset()()() |
Restores the persisted application settings values to their corresponding default properties.
(Inherited from ApplicationSettingsBase.) | |
| Save()()() |
Stores the current values of the application settings properties.
(Inherited from ApplicationSettingsBase.) | |
| SettingChanging |
Occurs before the value of an application settings property is changed.
(Inherited from ApplicationSettingsBase.) | |
| SettingsKey |
Gets or sets the settings key for the application settings group.
(Inherited from ApplicationSettingsBase.) | |
| SettingsLoaded |
Occurs after the application settings are retrieved from storage.
(Inherited from ApplicationSettingsBase.) | |
| SettingsSaving |
Occurs before values are saved to the data store.
(Inherited from ApplicationSettingsBase.) | |
| SnapshotResyncDelaySeconds | ||
| ToString()()() | (Inherited from Object.) | |
| Upgrade()()() |
Updates application settings to reflect a more recent installation of the application.
(Inherited from ApplicationSettingsBase.) | |
| Upgraded |