WebPartVerb Methods

 

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.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_pubmethodGetType()

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

System_CAPS_protmethodLoadViewState(Object^)

Restores view-state information from a previous page request that was saved by the SaveViewState method.

System_CAPS_protmethodMemberwiseClone()

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

System_CAPS_protmethodSaveViewState()

Saves a WebPartVerb object's view-state changes that occurred since the page was last posted back to the server.

System_CAPS_pubmethodToString()

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

System_CAPS_protmethodTrackViewState()

Tracks view-state changes to a verb so the changes can be stored in the verb's StateBag object.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIStateManager::LoadViewState(Object^)

Implements the IStateManager::LoadViewState method of the IStateManager interface by calling the WebPartVerb class's own LoadViewState method.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIStateManager::SaveViewState()

Implements the IStateManager::SaveViewState method by calling the WebPartVerb class's own SaveViewState method.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIStateManager::TrackViewState()

Implements the IStateManager::TrackViewState method by calling the WebPartVerb class's own TrackViewState method.

Return to top
Show: