The Settings type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| Equals | (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 |
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 |
Initializes internal properties used by SettingsBase object.
(Inherited from SettingsBase.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnPropertyChanged |
Raises the PropertyChanged event.
(Inherited from ApplicationSettingsBase.) | |
| OnSettingChanging |
Raises the SettingChanging event.
(Inherited from ApplicationSettingsBase.) | |
| OnSettingsLoaded |
Raises the SettingsLoaded event.
(Inherited from ApplicationSettingsBase.) | |
| OnSettingsSaving |
Raises the SettingsSaving event.
(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.) | |
| ToString | (Inherited from Object.) | |
| Upgrade |
Updates application settings to reflect a more recent installation of the application.
(Inherited from ApplicationSettingsBase.) |
Properties
| Name | Description | |
|---|---|---|
| BulkCopyBatchSize | ||
| Context |
Gets the application settings context associated with the settings group.
(Inherited from ApplicationSettingsBase.) | |
| DataFileDelim | ||
| Default | ||
| DefaultDBServer | ||
| IsSynchronized |
Gets a value indicating whether access to the object is synchronized (thread safe).
(Inherited from SettingsBase.) | |
| Item |
Gets or sets the value of the specified application settings property.
(Inherited from ApplicationSettingsBase.) | |
| LookupsFilename | ||
| MaxAutoPropertyPhotoPickupCount | ||
| MaxQueryChunks | ||
| MetadataFilename | ||
| NoRecordsRetsReplyCode | ||
| PhotoFilesizeCutoff | ||
| PhotoRequestTimeoutMS | ||
| Properties |
Gets the collection of settings properties in the wrapper.
(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.) | |
| RequestAttemptCount | ||
| RequestRetryDelayMS | ||
| SearchRequestTimeoutMS | ||
| SettingsKey |
Gets or sets the settings key for the application settings group.
(Inherited from ApplicationSettingsBase.) | |
| SqlCommandTimeoutSeconds | ||
| TimeoutRetsReplyCode | ||
| TraceCategory |
Events
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs after the value of an application settings property is changed.
(Inherited from ApplicationSettingsBase.) | |
| SettingChanging |
Occurs before the value of an application settings property is changed.
(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.) |