ClientSettingsProvider Methods

 

Namespace:   System.Web.ClientServices.Providers
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetPreviousVersion(SettingsContext^, SettingsProperty^)

Gets the previous version of the specified property.

System_CAPS_pubmethodSystem_CAPS_staticGetPropertyMetadata(String^)

Gets a collection of metadata for all properties retrieved from the specified Web settings service.

System_CAPS_pubmethodGetPropertyValues(SettingsContext^, SettingsPropertyCollection^)

Returns the collection of settings property values for the specified application instance and settings property group.(Overrides SettingsProvider::GetPropertyValues(SettingsContext^, SettingsPropertyCollection^).)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodInitialize(String^, NameValueCollection^)

Initializes the provider.(Overrides ProviderBase::Initialize(String^, NameValueCollection^).)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodReset(SettingsContext^)

Resets all user settings to their default values.

System_CAPS_pubmethodSetPropertyValues(SettingsContext^, SettingsPropertyValueCollection^)

Sets the values of the specified group of property settings.(Overrides SettingsProvider::SetPropertyValues(SettingsContext^, SettingsPropertyValueCollection^).)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_pubmethodUpgrade(SettingsContext^, SettingsPropertyCollection^)

This method is not used by this class.

Return to top
Show: