QueryStringParameter Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Converts the value of this instance to its equivalent string representation. (Inherited from Parameter.) |
| Name | Description | |
|---|---|---|
| Clone | Overridden. Returns a duplicate of the current QueryStringParameter instance. |
| Evaluate | Overridden. Updates and returns the value of the QueryStringParameter 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.) |
| LoadViewState | Restores the data source view's previously saved view state. (Inherited from Parameter.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| OnParameterChanged | Calls the OnParametersChanged method of the ParameterCollection collection that contains the Parameter object. (Inherited from Parameter.) |
| SaveViewState | Saves the changes to the Parameter object's view state since the time the page was posted back to the server. (Inherited from Parameter.) |
| SetDirty | Marks the Parameter object so its state will be recorded in view state. (Inherited from Parameter.) |
| TrackViewState | Causes the Parameter object to track changes to its view state so they can be stored in the control's ViewState object and persisted across requests for the same page. (Inherited from Parameter.) |
Community Additions
ADD
Show: