StateManagedCollection Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Clear() | Removes all items from the StateManagedCollection collection. |
![]() | CopyTo(Array, Int32) | Copies the elements of the StateManagedCollection collection to an array, starting at a particular array index. |
![]() | CreateKnownType(Int32) | When overridden in a derived class, creates an instance of a class that implements IStateManager. The type of object created is based on the specified member of the collection returned by the GetKnownTypes method. |
![]() | 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. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetKnownTypes() | When overridden in a derived class, gets an array of IStateManager types that the StateManagedCollection collection can contain. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | OnClear() | When overridden in a derived class, performs additional work before the Clear method removes all items from the collection. |
![]() | OnClearComplete() | When overridden in a derived class, performs additional work after the Clear method finishes removing all items from the collection. |
![]() | OnInsert(Int32, Object) | When overridden in a derived class, performs additional work before the IList.Insert or IList.Add method adds an item to the collection. |
![]() | OnInsertComplete(Int32, Object) | When overridden in a derived class, performs additional work after the IList.Insert or IList.Add method adds an item to the collection. |
![]() | OnRemove(Int32, Object) | When overridden in a derived class, performs additional work before the IList.Remove or IList.RemoveAt method removes the specified item from the collection. |
![]() | OnRemoveComplete(Int32, Object) | When overridden in a derived class, performs additional work after the IList.Remove or IList.RemoveAt method removes the specified item from the collection. |
![]() | OnValidate(Object) | When overridden in a derived class, validates an element of the StateManagedCollection collection. |
![]() | SetDirty() | Forces the entire StateManagedCollection collection to be serialized into view state. |
![]() | SetDirtyObject(Object) | When overridden in a derived class, instructs an object contained by the collection to record its entire state to view state, rather than recording only change information. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable.GetEnumerator() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns an iterator that iterates through the StateManagedCollection collection. |
![]() ![]() | IList.Add(Object) | Adds an item to the StateManagedCollection collection. |
![]() ![]() | IList.Clear() | This API supports the product infrastructure and is not intended to be used directly from your code. Removes all items from the StateManagedCollection collection. |
![]() ![]() | IList.Contains(Object) | Determines whether the StateManagedCollection collection contains a specific value. |
![]() ![]() | IList.IndexOf(Object) | Determines the index of a specified item in the StateManagedCollection collection. |
![]() ![]() | IList.Insert(Int32, Object) | Inserts an item into the StateManagedCollection collection at the specified index. |
![]() ![]() | IList.Remove(Object) | Removes the first occurrence of the specified object from the StateManagedCollection collection. |
![]() ![]() | IList.RemoveAt(Int32) | Removes the IStateManager element at the specified index. |
![]() ![]() | IStateManager.LoadViewState(Object) | Restores the previously saved view state of the StateManagedCollection collection and the IStateManager items it contains. |
![]() ![]() | 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. |
![]() ![]() | 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. |



