C1.WPF.GanttView.4 Assembly > C1.GanttView Namespace : TaskCollection Class |
For a list of all members of this type, see TaskCollection members.
Name | Description | |
---|---|---|
![]() | Add | Adds a new Task object to the collection. If the item already exists in the collection, its index is returned. |
![]() | AddNew | Adds a new item to the list. |
![]() | AddRange | Overloaded. (Inherited from C1.C1Schedule.BaseCollection<Task>) |
![]() | ApplySort | Sorts the tasks. |
![]() | CancelNew | Discards a pending new item. |
![]() | Clear | Removes all tasks from the collection. |
![]() | ClearAndDispose | Removes all tasks from the collection, then disposes the tasks. |
![]() | Contains | Overloaded. (Inherited from C1.C1Schedule.BaseCollection<Task>) |
![]() | CopyTo | (Inherited from System.Collections.ObjectModel.Collection<Task>) |
![]() | EndNew | Commits a pending new item to the collection. |
![]() | IndexOf | Overloaded. Searches for the specified ID and returns the zero-based index of the corresponding task. |
![]() | Insert | (Inherited from System.Collections.ObjectModel.Collection<Task>) |
![]() | Remove | Overloaded. (Inherited from System.Collections.ObjectModel.KeyedCollection<Guid,Task>) |
![]() | RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<Task>) |
![]() | RemoveSort | Remove all sorts were applied to the tasks. |
![]() | ResetBindings | Causes a control bound to the collection to reread all the items in the list and refresh their displayed values. |
![]() | ResetItem | Causes a control bound to the collection to reread the item at the specified index, and refresh its displayed value. |
![]() | Search | Overloaded. Searches for a Task with the specified ID. |
![]() | Sort | Sorts the tasks. |