The TaskCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TaskCollection |
Initializes a new instance of the TaskCollection class.
|
Methods
| Name | Description | |
|---|---|---|
| Add | (Inherited from Collection<(Of <(Entity>)>).) | |
| BlockReentrancy | (Inherited from ObservableCollection<(Of <(Entity>)>).) | |
| CheckReentrancy | (Inherited from ObservableCollection<(Of <(Entity>)>).) | |
| Clear | (Inherited from Collection<(Of <(Entity>)>).) | |
| ClearItems |
Removes all entities from the collection.
(Inherited from EntityCollection.) | |
| CollapseAll |
Collapses all nodes of the collection so that all child nodes become invisible.
(Inherited from NodeCollection.) | |
| Contains | (Inherited from Collection<(Of <(Entity>)>).) | |
| CopyTo | (Inherited from Collection<(Of <(Entity>)>).) | |
| Equals | (Inherited from Object.) | |
| ExpandAll |
Expands all nodes of the collection so that all child nodes become visible.
(Inherited from NodeCollection.) | |
| Finalize | (Inherited from Object.) | |
| GetEntity |
Gets the entity that wraps the specified object, or null if such entity doesn't exist.
(Inherited from EntityCollection.) | |
| GetEntityAt |
Gets the entity at the specified index.
(Inherited from EntityCollection.) | |
| GetEnumerator | (Inherited from Collection<(Of <(Entity>)>).) | |
| GetHashCode | (Inherited from Object.) | |
| GetNode |
Gets the node that wraps the specified object, or null if such node doesn't exist.
(Inherited from NodeCollection.) | |
| GetNodeAt |
Gets the node at the specified index.
(Inherited from NodeCollection.) | |
| GetTask |
Gets the task that wraps the specified object, or null if such task doesn't exist.
| |
| GetTaskAt |
Gets the task at the specified index.
| |
| GetType | (Inherited from Object.) | |
| IndexOf | (Inherited from Collection<(Of <(Entity>)>).) | |
| Insert | (Inherited from Collection<(Of <(Entity>)>).) | |
| InsertItem |
Inserts a task to the collection at the specified index and sets it as owned by this TaskCollection.
(Overrides NodeCollection..::.InsertItem(Int32, Entity).) | |
| MemberwiseClone | (Inherited from Object.) | |
| Move | (Inherited from ObservableCollection<(Of <(Entity>)>).) | |
| MoveItem |
Moves the entity at the specified index to a new location in the collection.
(Inherited from EntityCollection.) | |
| OnCollectionChanged | (Inherited from ObservableCollection<(Of <(Entity>)>).) | |
| OnPropertyChanged | (Inherited from ObservableCollection<(Of <(Entity>)>).) | |
| Remove | (Inherited from Collection<(Of <(Entity>)>).) | |
| RemoveAt | (Inherited from Collection<(Of <(Entity>)>).) | |
| RemoveItem |
Removes the task at the specified index of the collection and sets it as not owned by this TaskCollection.
(Overrides NodeCollection..::.RemoveItem(Int32).) | |
| SetItem |
Replaces the entity at the specified index.
(Inherited from EntityCollection.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count | (Inherited from Collection<(Of <(Entity>)>).) | |
| Item |
Gets the task at the specified index.
| |
| Items | (Inherited from Collection<(Of <(Entity>)>).) | |
| ParentEntity |
Gets the parent entity of this collection.
(Inherited from EntityCollection.) | |
| ParentManager |
Gets the parent manager of this collection.
|
Events
| Name | Description | |
|---|---|---|
| CollectionChanged | (Inherited from ObservableCollection<(Of <(Entity>)>).) | |
| PropertyChanged | (Inherited from ObservableCollection<(Of <(Entity>)>).) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IList..::.Add | (Inherited from Collection<(Of <(Entity>)>).) | |
| IList..::.Contains | (Inherited from Collection<(Of <(Entity>)>).) | |
| ICollection..::.CopyTo | (Inherited from Collection<(Of <(Entity>)>).) | |
| IEnumerable..::.GetEnumerator | (Inherited from Collection<(Of <(Entity>)>).) | |
| IList..::.IndexOf | (Inherited from Collection<(Of <(Entity>)>).) | |
| IList..::.Insert | (Inherited from Collection<(Of <(Entity>)>).) | |
| IList..::.IsFixedSize | (Inherited from Collection<(Of <(Entity>)>).) | |
| ICollection<(Of <(T>)>)..::.IsReadOnly | (Inherited from Collection<(Of <(Entity>)>).) | |
| IList..::.IsReadOnly | (Inherited from Collection<(Of <(Entity>)>).) | |
| ICollection..::.IsSynchronized | (Inherited from Collection<(Of <(Entity>)>).) | |
| IList..::.Item | (Inherited from Collection<(Of <(Entity>)>).) | |
| INotifyPropertyChanged..::.PropertyChanged | (Inherited from ObservableCollection<(Of <(Entity>)>).) | |
| IList..::.Remove | (Inherited from Collection<(Of <(Entity>)>).) | |
| ICollection..::.SyncRoot | (Inherited from Collection<(Of <(Entity>)>).) |