This documentation is archived and is not being maintained.
ParameterCollection Members
Visual Studio 2008
Represents a collection of Parameter and Parameter-derived objects that are used by data source controls in advanced data-binding scenarios.
The ParameterCollection type exposes the following members.
| 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 | |
|---|---|---|
|
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. |
|
CreateKnownType | Creates an instance of a default Parameter object. (Overrides StateManagedCollection::CreateKnownType(Int32).) |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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. (Inherited from Object.) |
|
GetKnownTypes | Gets an array of Parameter types that the ParameterCollection collection can contain. (Overrides StateManagedCollection::GetKnownTypes().) |
|
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. |
|
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 | Performs additional custom processes after clearing the contents of the collection. (Overrides StateManagedCollection::OnClearComplete().) |
|
OnInsert | Occurs before the Insert method is called. (Overrides StateManagedCollection::OnInsert(Int32, Object).) |
|
OnInsertComplete | Occurs after the Insert method completes. (Overrides StateManagedCollection::OnInsertComplete(Int32, Object).) |
|
OnParametersChanged | Raises the ParametersChanged event. |
|
OnRemove | When overridden in a derived class, performs additional work before the Remove(Object) or RemoveAt(Int32) method removes the specified item from the collection. (Inherited from StateManagedCollection.) |
|
OnRemoveComplete | Occurs after the Remove method completes. (Overrides StateManagedCollection::OnRemoveComplete(Int32, Object).) |
|
OnValidate | Performs additional custom processes when validating a value. (Overrides StateManagedCollection::OnValidate(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.) |
|
SetDirtyObject | Marks the specified Parameter object as having changed since the last load or save from view state. (Overrides StateManagedCollection::SetDirtyObject(Object).) |
|
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 | |
|---|---|---|
|
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. |
| Name | Description | |
|---|---|---|
|
ParametersChanged | Occurs when one or more Parameter objects contained by the collection changes state. |
| Name | Description | |
|---|---|---|
|
IList::Add | Adds an item to the StateManagedCollection collection. (Inherited from StateManagedCollection.) |
|
IList::Clear | Infrastructure. Removes all items from the StateManagedCollection collection. (Inherited from StateManagedCollection.) |
|
IList::Contains | Determines whether the StateManagedCollection collection contains a specific value. (Inherited from StateManagedCollection.) |
|
ICollection::Count | Infrastructure. Gets the number of elements contained in the StateManagedCollection collection. (Inherited from StateManagedCollection.) |
|
IEnumerable::GetEnumerator | Infrastructure. Returns an iterator that iterates through the StateManagedCollection collection. (Inherited from StateManagedCollection.) |
|
IList::IndexOf | Determines the index of a specified item in the StateManagedCollection collection. (Inherited from StateManagedCollection.) |
|
IList::Insert | Inserts an item into the StateManagedCollection collection at the specified index. (Inherited from StateManagedCollection.) |
|
IList::IsFixedSize | Infrastructure. Gets a value indicating whether the StateManagedCollection collection has a fixed size. This method returns false in all cases. (Inherited from StateManagedCollection.) |
|
IList::IsReadOnly | Infrastructure. Gets a value indicating whether the StateManagedCollection collection is read-only. (Inherited from StateManagedCollection.) |
|
ICollection::IsSynchronized | Infrastructure. Gets a value indicating whether the StateManagedCollection collection is synchronized (thread safe). This method returns false in all cases. (Inherited from StateManagedCollection.) |
|
IStateManager::IsTrackingViewState | Gets a value indicating whether the StateManagedCollection collection is saving changes to its view state. (Inherited from StateManagedCollection.) |
|
IList::Item | Infrastructure. Gets the IStateManager element at the specified index. (Inherited from StateManagedCollection.) |
|
IStateManager::LoadViewState | Restores the previously saved view state of the StateManagedCollection collection and the IStateManager items it contains. (Inherited from StateManagedCollection.) |
|
IList::Remove | Removes the first occurrence of the specified object from the StateManagedCollection collection. (Inherited from StateManagedCollection.) |
|
IList::RemoveAt | Removes the IStateManager element at the specified index. (Inherited from StateManagedCollection.) |
|
IStateManager::SaveViewState | Saves the changes to the StateManagedCollection collection and each IStateManager object it contains since the time the page was posted back to the server. (Inherited from StateManagedCollection.) |
|
ICollection::SyncRoot | Infrastructure. Gets an object that can be used to synchronize access to the StateManagedCollection collection. This method returns nullptr in all cases. (Inherited from StateManagedCollection.) |
|
IStateManager::TrackViewState | Causes the StateManagedCollection collection and each of the IStateManager objects it contains to track changes to their view state so they can be persisted across requests for the same page. (Inherited from StateManagedCollection.) |
Show: