Mono Class Library: Overview

System.Web.UI.WebControls.Parameter: Members

The members of System.Web.UI.WebControls.Parameter are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Protected Constructors

Documentation for this section has not yet been entered.

Public Properties

ConvertEmptyStringToNullbool. Documentation for this section has not yet been entered.
DefaultValuestring. Documentation for this section has not yet been entered.
DirectionSystem.Data.ParameterDirection. Documentation for this section has not yet been entered.
Namestring. Documentation for this section has not yet been entered.
Sizeint. Documentation for this section has not yet been entered.
TypeTypeCode. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
IsTrackingViewStatebool. Documentation for this section has not yet been entered.
[read-only]
ViewStateSystem.Web.UI.StateBag. Documentation for this section has not yet been entered.

Public Methods

override
ToString() : string
Documentation for this section has not yet been entered.

Protected Methods

Clone() : Parameter
Documentation for this section has not yet been entered.
Evaluate(System.Web.HttpContext, System.Web.UI.Control) : object
Documentation for this section has not yet been entered.
LoadViewState(object)
Documentation for this section has not yet been entered.
OnParameterChanged()
Documentation for this section has not yet been entered.
SaveViewState() : object
Documentation for this section has not yet been entered.
SetDirty()
Documentation for this section has not yet been entered.
TrackViewState()
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

ICloneable.CloneDocumentation for this section has not yet been entered.
[read-only]
System.Web.UI.IStateManager.IsTrackingViewStatebool. Documentation for this section has not yet been entered.
System.Web.UI.IStateManager.LoadViewStateDocumentation for this section has not yet been entered.
System.Web.UI.IStateManager.SaveViewStateDocumentation for this section has not yet been entered.
System.Web.UI.IStateManager.TrackViewStateDocumentation for this section has not yet been entered.