The members of System.Web.UI.WebControls.Parameter are listed below.
See Also: Inherited members from System.Object
Initializes a new default instance of the System.Web.UI.WebControls.Parameter class. | ||
Initializes a new instance of the System.Web.UI.WebControls.Parameter class, using the specified name. | ||
Initializes a new instance of the System.Web.UI.WebControls.Parameter class, using the specified name and type. | ||
Initializes a new instance of the System.Web.UI.WebControls.Parameter class, using the specified name, the specified type, and the specified string for its Parameter.DefaultValue property. |
Initializes a new instance of the System.Web.UI.WebControls.Parameter class with the values of the original, specified instance. |
ConvertEmptyStringToNull | bool.
Gets or sets a value indicating whether the value that the System.Web.UI.WebControls.Parameter object is bound to should be converted to null if it is string.Empty. | |
DefaultValue | string.
Specifies a default value for the parameter, should the value that the parameter is bound to be uninitialized when the Parameter.Evaluate(System.Web.HttpContext, System.Web.UI.Control) method is called. | |
Direction | System.Data.ParameterDirection.
Indicates whether the System.Web.UI.WebControls.Parameter object is used to bind a value to a control, or the control can be used to change the value. | |
Name | string.
Gets or sets the name of the parameter. | |
Size | int.
Gets or sets the size of the parameter. | |
Type | TypeCode.
Gets or sets the type of the parameter. |
[read-only] | IsTrackingViewState | bool.
Gets a value indicating whether the System.Web.UI.WebControls.Parameter object is saving changes to its view state. |
[read-only] | ViewState | System.Web.UI.StateBag.
Gets a dictionary of state information that allows you to save and restore the view state of a System.Web.UI.WebControls.Parameter object across multiple requests for the same page. |
Clone()
| ||
Evaluate(System.Web.HttpContext, System.Web.UI.Control)
| ||
LoadViewState(object)
| ||
OnParameterChanged()
| ||
SaveViewState()
| ||
SetDirty()
| ||
TrackViewState()
|
ICloneable.Clone |
Returns a duplicate of the current System.Web.UI.WebControls.Parameter instance. | |
[read-only] | System.Web.UI.IStateManager.IsTrackingViewState | bool.
Gets a value indicating whether the System.Web.UI.WebControls.Parameter object is saving changes to its view state. |
System.Web.UI.IStateManager.LoadViewState |
Restores the data source view's previously saved view state. | |
System.Web.UI.IStateManager.SaveViewState |
Saves the changes to the System.Web.UI.WebControls.Parameter object's view state since the time the page was posted back to the server. | |
System.Web.UI.IStateManager.TrackViewState |
Causes the System.Web.UI.WebControls.Parameter object to track changes to its view state so they can be stored in the control's System.Web.UI.Control.ViewState object and persisted across requests for the same page. |