The TaskCollection type exposes the following members.

Constructors

  NameDescription
Public methodTaskCollection()()()()
Creates a new TaskCollection.
Public methodTaskCollection(ArrayList)
Creates a new collection from an ArrayList.

Methods

  NameDescription
Public methodAdd(Task)
Adds a new Task to the collection.
Public methodAdd(String, String)
Adds a new Task to the collection.
Public methodAdd(String, String, DateTime, DateTime)
Public methodClear (Inherited from CollectionBase.)
Public methodCollapseAll
Public methodContains
Determines whether the collection contains a specified Task.
Public methodEquals (Inherited from Object.)
Public methodExpandAll
Protected methodFinalize (Inherited from Object.)
Public methodFindById
Finds a Task by its Id.
Public methodFindByIndex
Find Task by its index.
Public methodFindParent
Public methodGetEnumerator (Inherited from CollectionBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Determines the index of a specific item in the collection.
Public methodInsert
Inserts a new Task at the specified position.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnClear (Inherited from CollectionBase.)
Protected methodOnClearComplete (Inherited from CollectionBase.)
Protected methodOnInsert (Inherited from CollectionBase.)
Protected methodOnInsertComplete (Inherited from CollectionBase.)
Protected methodOnRemove (Inherited from CollectionBase.)
Protected methodOnRemoveComplete (Inherited from CollectionBase.)
Protected methodOnSet (Inherited from CollectionBase.)
Protected methodOnSetComplete (Inherited from CollectionBase.)
Protected methodOnValidate (Inherited from CollectionBase.)
Public methodRemove
Removes a Task from the collection.
Public methodRemoveAt (Inherited from CollectionBase.)
Public methodRemoveFromTree
Removes a Task from the tree.
Public methodToArrayList
Converts TaskCollection to ArrayList.
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyCapacity (Inherited from CollectionBase.)
Public propertyCount (Inherited from CollectionBase.)
Protected propertyInnerList (Inherited from CollectionBase.)
Public propertyItem
Gets the specified Task.
Protected propertyList (Inherited from CollectionBase.)
Public propertyTotalCount

See Also