The members of System.Web.UI.WebControls.ParameterCollection are listed below.
See Also: Inherited members from System.Web.UI.StateManagedCollection
Public Constructors
| |
Initializes the class for use by an inherited class instance. This constructor can be called only by an inherited class.
|
Public Properties
default property | Item(int) | Parameter. Documentation for this section has not yet been entered. |
default property | Item(string) | Parameter. Documentation for this section has not yet been entered. |
Public Methods
| Add(Parameter) : int
Appends the specified System.Web.UI.WebControls.Parameter object to the end of the collection.
|
| Add(string, string) : int
Creates a System.Web.UI.WebControls.Parameter object with the specified name and default value, and appends it to the end of the collection.
|
| Add(string, TypeCode, string) : int
Creates a System.Web.UI.WebControls.Parameter object with the specified name, TypeCode, and default value, and appends it to the end of the collection.
|
| Contains(Parameter) : bool
Determines whether the System.Web.UI.WebControls.ParameterCollection collection contains a specific value
|
| CopyTo(Parameter[], int)
Copies a specified index of a parameter array to the parameter collection.
|
| GetValues(System.Web.HttpContext, System.Web.UI.Control) : System.Collections.Specialized.IOrderedDictionary
Gets an ordered collection of System.Web.UI.WebControls.Parameter object names and their corresponding values currently contained by the collection.
|
| IndexOf(Parameter) : int
Determines the index of a specified System.Web.UI.WebControls.Parameter object in the System.Web.UI.WebControls.ParameterCollection collection.
|
| Insert(int, Parameter)
Inserts the specified System.Web.UI.WebControls.Parameter object into the System.Web.UI.WebControls.ParameterCollection collection at the specified index.
|
| Remove(Parameter)
Removes the specified System.Web.UI.WebControls.Parameter object from the System.Web.UI.WebControls.ParameterCollection collection.
|
| RemoveAt(int)
Removes the System.Web.UI.WebControls.Parameter object at the specified index from the System.Web.UI.WebControls.ParameterCollection collection.
|
| UpdateValues(System.Web.HttpContext, System.Web.UI.Control)
Iterates through the System.Web.UI.WebControls.Parameter objects contained by the collection, and calls the Evaluate method on each one.
|
Protected Methods
Public Events