The members of System.Web.UI.StateManagedCollection are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.UI.StateManagedCollection class. |
[read-only] | Count | int.
Gets the number of elements contained in the System.Web.UI.StateManagedCollection collection. |
Clear()
| ||
CopyTo(Array, int)
| ||
GetEnumerator()
| ||
SetDirty()
|
CreateKnownType(int)
| ||
GetKnownTypes()
| ||
OnClear()
| ||
OnClearComplete()
| ||
OnInsert(int, object)
| ||
OnInsertComplete(int, object)
| ||
OnRemove(int, object)
| ||
OnRemoveComplete(int, object)
| ||
OnValidate(object)
| ||
abstract | SetDirtyObject(object)
|
IList.Add |
Adds an item to the System.Web.UI.StateManagedCollection collection. | |
IList.Clear |
Removes all items from the System.Web.UI.StateManagedCollection collection. | |
IList.Contains |
Determines whether the System.Web.UI.StateManagedCollection collection contains a specific value. | |
[read-only] | ICollection.Count | int.
Gets the number of elements contained in the System.Web.UI.StateManagedCollection collection. |
IEnumerable.GetEnumerator |
Returns an iterator that iterates through the System.Web.UI.StateManagedCollection collection. | |
IList.IndexOf |
Determines the index of a specified item in the System.Web.UI.StateManagedCollection collection. | |
IList.Insert |
Inserts an item into the System.Web.UI.StateManagedCollection collection at the specified index. | |
[read-only] | IList.IsFixedSize | bool.
Gets a value indicating whether the System.Web.UI.StateManagedCollection collection has a fixed size. This method returns false in all cases. |
[read-only] | IList.IsReadOnly | bool.
Gets a value indicating whether the System.Web.UI.StateManagedCollection collection is read-only. |
[read-only] | ICollection.IsSynchronized | bool.
Gets a value indicating whether the System.Web.UI.StateManagedCollection collection is synchronized (thread safe). This method returns false in all cases. |
[read-only] | System.Web.UI.IStateManager.IsTrackingViewState | bool.
Gets a value indicating whether the System.Web.UI.StateManagedCollection collection is saving changes to its view state. |
IList.Item | object. Documentation for this section has not yet been entered. | |
System.Web.UI.IStateManager.LoadViewState |
Restores the previously saved view state of the System.Web.UI.StateManagedCollection collection and the System.Web.UI.IStateManager items it contains. | |
IList.Remove |
Removes the first occurrence of the specified object from the System.Web.UI.StateManagedCollection collection. | |
IList.RemoveAt |
Removes the System.Web.UI.IStateManager element at the specified index. | |
System.Web.UI.IStateManager.SaveViewState |
Saves the changes to the System.Web.UI.StateManagedCollection collection and each System.Web.UI.IStateManager object it contains since the time the page was posted back to the server. | |
[read-only] | ICollection.SyncRoot | object.
Gets an object that can be used to synchronize access to the System.Web.UI.StateManagedCollection collection. This method returns null in all cases. |
System.Web.UI.IStateManager.TrackViewState |
Causes the System.Web.UI.StateManagedCollection collection and each of the System.Web.UI.IStateManager objects it contains to track changes to their view state so they can be persisted across requests for the same page. |