ClientSettingsProvider Methods
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetPreviousVersion(SettingsContext^, SettingsProperty^) | Gets the previous version of the specified property. |
![]() ![]() | GetPropertyMetadata(String^) | Gets a collection of metadata for all properties retrieved from the specified Web settings service. |
![]() | GetPropertyValues(SettingsContext^, SettingsPropertyCollection^) | Returns the collection of settings property values for the specified application instance and settings property group.(Overrides SettingsProvider::GetPropertyValues(SettingsContext^, SettingsPropertyCollection^).) |
![]() | GetType() | |
![]() | Initialize(String^, NameValueCollection^) | Initializes the provider.(Overrides ProviderBase::Initialize(String^, NameValueCollection^).) |
![]() | MemberwiseClone() | |
![]() | Reset(SettingsContext^) | Resets all user settings to their default values. |
![]() | SetPropertyValues(SettingsContext^, SettingsPropertyValueCollection^) | Sets the values of the specified group of property settings.(Overrides SettingsProvider::SetPropertyValues(SettingsContext^, SettingsPropertyValueCollection^).) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | Upgrade(SettingsContext^, SettingsPropertyCollection^) | This method is not used by this class. |


