The TaskCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TaskCollection()()()() |
Creates a new TaskCollection.
| |
TaskCollection(ArrayList) |
Creates a new collection from an ArrayList.
|
Methods
Name | Description | |
---|---|---|
Add(Task) |
Adds a new Task to the collection.
| |
Add(String, String) |
Adds a new Task to the collection.
| |
Add(String, String, DateTime, DateTime) | ||
Clear | (Inherited from CollectionBase.) | |
CollapseAll | ||
Contains |
Determines whether the collection contains a specified Task.
| |
Equals | (Inherited from Object.) | |
ExpandAll | ||
Finalize | (Inherited from Object.) | |
FindById |
Finds a Task by its Id.
| |
FindByIndex |
Find Task by its index.
| |
FindParent | ||
GetEnumerator | (Inherited from CollectionBase.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf |
Determines the index of a specific item in the collection.
| |
Insert |
Inserts a new Task at the specified position.
| |
MemberwiseClone | (Inherited from Object.) | |
OnClear | (Inherited from CollectionBase.) | |
OnClearComplete | (Inherited from CollectionBase.) | |
OnInsert | (Inherited from CollectionBase.) | |
OnInsertComplete | (Inherited from CollectionBase.) | |
OnRemove | (Inherited from CollectionBase.) | |
OnRemoveComplete | (Inherited from CollectionBase.) | |
OnSet | (Inherited from CollectionBase.) | |
OnSetComplete | (Inherited from CollectionBase.) | |
OnValidate | (Inherited from CollectionBase.) | |
Remove |
Removes a Task from the collection.
| |
RemoveAt | (Inherited from CollectionBase.) | |
RemoveFromTree |
Removes a Task from the tree.
| |
ToArrayList |
Converts TaskCollection to ArrayList.
| |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Capacity | (Inherited from CollectionBase.) | |
Count | (Inherited from CollectionBase.) | |
InnerList | (Inherited from CollectionBase.) | |
Item |
Gets the specified Task.
| |
List | (Inherited from CollectionBase.) | |
TotalCount |