ParameterCollection Members
.NET Framework 2.0
Represents a collection of Parameter and Parameter-derived objects that are used by data source controls in advanced data-binding scenarios.
The following tables list the members exposed by the ParameterCollection type.
| Name | Description | |
|---|---|---|
| ParameterCollection | Initializes the class for use by an inherited class instance. This constructor can be called only by an inherited class. |
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements contained in the StateManagedCollection collection.(Inherited from StateManagedCollection.) |
| Item | Overloaded. Gets or sets the Parameter object in the collection. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Add | Overloaded. Adds a Parameter object to the collection. |
| Clear | Removes all items from the StateManagedCollection collection. (Inherited from StateManagedCollection.) |
| Contains | Determines whether the ParameterCollection collection contains a specific value |
| CopyTo | Overloaded. Copies a specified index of a parameter array to the parameter collection. |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetEnumerator | Returns an iterator that iterates through the StateManagedCollection collection. (Inherited from StateManagedCollection.) |
| 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.) |
| GetValues | Gets an ordered collection of Parameter object names and their corresponding values currently contained by the collection. |
| IndexOf | Determines the index of a specified Parameter object in the ParameterCollection collection. |
| Insert | Inserts the specified Parameter object into the ParameterCollection collection at the specified index. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| Remove | Removes the specified Parameter object from the ParameterCollection collection. |
| RemoveAt | Removes the Parameter object at the specified index from the ParameterCollection collection. |
| SetDirty | Forces the entire StateManagedCollection collection to be serialized into view state. (Inherited from StateManagedCollection.) |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| UpdateValues | Iterates through the Parameter objects contained by the collection, and calls the Evaluate method on each one. |
| Name | Description | |
|---|---|---|
| CreateKnownType | Overridden. Creates an instance of a default Parameter 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.) |
| GetKnownTypes | Overridden. Gets an array of Parameter types that the ParameterCollection collection can contain. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| OnClear | When overridden in a derived class, performs additional work before the Clear method removes all items from the collection. (Inherited from StateManagedCollection.) |
| OnClearComplete | Overridden. Performs additional custom processes after clearing the contents of the collection. |
| OnInsert | Overridden. Occurs before the Insert method is called. |
| OnInsertComplete | Overridden. Occurs after the Insert method completes. |
| OnParametersChanged | Raises the ParametersChanged event. |
| OnRemove | When overridden in a derived class, performs additional work before the System.Collections.IList.Remove or System.Collections.IList.RemoveAt method removes the specified item from the collection. (Inherited from StateManagedCollection.) |
| OnRemoveComplete | Overridden. Occurs after the Remove method completes. |
| OnValidate | Overridden. Performs additional custom processes when validating a value. |
| SetDirtyObject | Overridden. Marks the specified Parameter object as having changed since the last load or save from view state. |
| Name | Description | |
|---|---|---|
| ParametersChanged | Occurs when one or more Parameter objects contained by the collection changes state. |
Community Additions
ADD
Show: