Mono Class Library: Overview

System.Web.UI.WebControls.ParameterCollection: Method Members

The methods of System.Web.UI.WebControls.ParameterCollection are listed below. For a list of all members, see the ParameterCollection Members list.

See Also: Inherited members from System.Web.UI.StateManagedCollection

Public Methods

Add(Parameter) : int
Documentation for this section has not yet been entered.
Add(string, string) : int
Documentation for this section has not yet been entered.
Add(string, TypeCode, string) : int
Documentation for this section has not yet been entered.
Contains(Parameter) : bool
Documentation for this section has not yet been entered.
CopyTo(Parameter[], int)
Documentation for this section has not yet been entered.
GetValues(System.Web.HttpContext, System.Web.UI.Control) : System.Collections.Specialized.IOrderedDictionary
Documentation for this section has not yet been entered.
IndexOf(Parameter) : int
Documentation for this section has not yet been entered.
Insert(int, Parameter)
Documentation for this section has not yet been entered.
Remove(Parameter)
Documentation for this section has not yet been entered.
RemoveAt(int)
Documentation for this section has not yet been entered.
UpdateValues(System.Web.HttpContext, System.Web.UI.Control)
Documentation for this section has not yet been entered.

Protected Methods

override
CreateKnownType(int) : object
Documentation for this section has not yet been entered.
override
GetKnownTypes() : Type[]
Documentation for this section has not yet been entered.
override
OnClearComplete()
Documentation for this section has not yet been entered.
override
OnInsert(int, object)
Documentation for this section has not yet been entered.
override
OnInsertComplete(int, object)
Documentation for this section has not yet been entered.
OnParametersChanged(EventArgs)
Documentation for this section has not yet been entered.
override
OnRemoveComplete(int, object)
Documentation for this section has not yet been entered.
override
OnValidate(object)
Documentation for this section has not yet been entered.
override
SetDirtyObject(object)
Documentation for this section has not yet been entered.