MindFusion.Scheduling for ASP.NET Programmer's Guide
StateCollection(T) Methods
 


 Public Methods

  Name Description

Add

Adds a new item to the collection.

Clear

Removes all items from the collection.

Contains

Checks if the specified item is contained within the collection.

CopyTo

Copies the elements of the collection to an array, starting from the particular Array index.

GetEnumerator

Returns an enumerator that iterates through the collection.

IndexOf

Returns the index of the first occurrence of the specified item in the collection.

Insert

Inserts the specified item into the array at the specified index.

LoadViewState

Restores view-state information from an object that was saved by the SaveViewState method

OnChanged

Raises the Changed event.

Remove

Removes the specified item from the collection.

RemoveAt

Removes the item at the specified index.

SaveViewState

Saves any view-state changes that have occurred for this collection.

TrackViewState

Causes tracking of view-state changes made to the collection so they can be stored in an object.

 Protected Methods

  Name Description

LoadItemViewState

Restores view-state information for the item that was previously saved by the SaveItemViewState method.

OnAdd

Raises the Add event.

OnAddComplete

Raises the AddComplete event.

OnClear

Raises the Clear event.

OnClearComplete

Raises the ClearComplete event.

OnCollectionChanged

Raises the CollectionChanged event.

OnInsert

Raises the Insert event.

OnInsertComplete

Raises the InsertComplete event.

OnRemove

Raises the Remove event.

OnRemoveComplete

Raises the RemoveComplete event.

OnSet

Raises the Set event.

OnSetComplete

Raises the SetComplete event.

SaveItemViewState

Saves any view-state changes that have occurred of the specified item.

TrackItemViewState

Causes tracking of view-state changes made to the specified item.

 See Also

StateCollection(T) Class
MindFusion.Scheduling Namespace