This documentation is archived and is not being maintained.
DataSourceExpressionCollection Methods
Visual Studio 2010
The DataSourceExpressionCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add | Adds a data source expression object to a DataSourceExpressionCollection object at the specified index. |
|
Clear | Removes all items from the StateManagedCollection collection. (Inherited from StateManagedCollection.) |
|
Contains | Determines whether a DataSourceExpressionCollection object contains a specific data source expression object. |
|
CopyTo(Array, Int32) | Copies the elements of the StateManagedCollection collection to an array, starting at a particular array index. (Inherited from StateManagedCollection.) |
|
CopyTo(array<DataSourceExpression>, Int32) | Copies elements of the DataSourceExpressionCollection object to an array, starting at a particular index. |
|
CreateKnownType | Creates an instance of a data source expression object. (Overrides StateManagedCollection::CreateKnownType(Int32).) |
|
Equals(Object) | 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 data source expression objects that the DataSourceExpressionCollection object can contain. (Overrides StateManagedCollection::GetKnownTypes().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
IndexOf | Gets the index of a specified data source expression object in the DataSourceExpressionCollection object. |
|
Insert | Inserts a data source expression object into an DataSourceExpressionCollection object 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 | When overridden in a derived class, performs additional work after the Clear method finishes removing all items from the collection. (Inherited from StateManagedCollection.) |
|
OnInsert | When overridden in a derived class, performs additional work before the Insert(Int32, Object) or Add(Object) method adds an item to the collection. (Inherited from StateManagedCollection.) |
|
OnInsertComplete | When overridden in a derived class, performs additional work after the Insert(Int32, Object) or Add(Object) method adds an item to the collection. (Inherited from StateManagedCollection.) |
|
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 | When overridden in a derived class, performs additional work after the Remove(Object) or RemoveAt(Int32) method removes the specified item from the collection. (Inherited from StateManagedCollection.) |
|
OnValidate | When overridden in a derived class, validates an element of the StateManagedCollection collection. (Inherited from StateManagedCollection.) |
|
Remove | Removes the first occurrence of the specified data source expression object from the DataSourceExpressionCollection object. |
|
RemoveAt | Removes a data source expression object at a specified index from the DataSourceExpressionCollection object. |
|
SetDirty | Forces the entire StateManagedCollection collection to be serialized into view state. (Inherited from StateManagedCollection.) |
|
SetDirtyObject | Marks a specified data source expression object as having changed since the last load or save operation from view state. (Overrides StateManagedCollection::SetDirtyObject(Object).) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
IEnumerable::GetEnumerator | Infrastructure. Returns an iterator that iterates through the StateManagedCollection collection. (Inherited from StateManagedCollection.) |
|
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.) |
|
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::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::LoadViewState | Restores the previously saved view state of the StateManagedCollection collection and the IStateManager items it contains. (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.) |
|
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: