.NET Framework Class Library
ApplicationSettingsBase Members

Acts as a base class for deriving concrete wrapper classes to implement the application settings feature in Window Forms applications.

The ApplicationSettingsBase type exposes the following members.

Constructors

  NameDescription
Protected methodApplicationSettingsBaseOverloaded. Initializes an instance of the ApplicationSettingsBase class.
Top
Methods

  NameDescription
Public methodEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetPreviousVersionReturns the value of the named settings property for the previous version of the same application.
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodInitializeInitializes internal properties used by SettingsBase object. (Inherited from SettingsBase.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Protected methodOnPropertyChangedRaises the PropertyChanged event.
Protected methodOnSettingChangingRaises the SettingChanging event.
Protected methodOnSettingsLoadedRaises the SettingsLoaded event.
Protected methodOnSettingsSavingRaises the SettingsSaving event.
Public methodReloadRefreshes the application settings property values from persistent storage.
Public methodResetRestores the persisted application settings values to their corresponding default properties.
Public methodSaveStores the current values of the application settings properties. (Overrides SettingsBase..::.Save()()().)
Public methodToStringReturns a String that represents the current Object. (Inherited from Object.)
Public methodUpgradeUpdates application settings to reflect a more recent installation of the application.
Top
Properties

  NameDescription
Public propertyContextGets the application settings context associated with the settings group. (Overrides SettingsBase..::.Context.)
Public propertyIsSynchronizedGets a value indicating whether access to the object is synchronized (thread safe). (Inherited from SettingsBase.)
Public propertyItemGets or sets the value of the specified application settings property. (Overrides SettingsBase..::.Item[([(String])]).)
Public propertyPropertiesGets the collection of settings properties in the wrapper. (Overrides SettingsBase..::.Properties.)
Public propertyPropertyValuesGets a collection of property values. (Overrides SettingsBase..::.PropertyValues.)
Public propertyProvidersGets the collection of application settings providers used by the wrapper. (Overrides SettingsBase..::.Providers.)
Public propertySettingsKeyGets or sets the settings key for the application settings group.
Top
Events

  NameDescription
Public eventPropertyChangedOccurs after the value of an application settings property is changed.
Public eventSettingChangingOccurs before the value of an application settings property is changed.
Public eventSettingsLoadedOccurs after the application settings are retrieved from storage.
Public eventSettingsSavingOccurs before values are saved to the data store.
Top
See Also

Reference

Tags :


Page view tracker