|
| IEnumerable< TaskElement > | GetScheduled () |
| | Retrieves the elements included in estimation according to the task to which it belongs. More...
|
| |
| IEnumerable< TaskElement > | GetNonScheduled () |
| | Retrieves the elements not included in estimation according to the task to which it belongs. More...
|
| |
| IEnumerable< TaskElement > | GetCompleted () |
| | Retrieves the completed elements according to the task to which it belongs. More...
|
| |
| IEnumerable< TaskElement > | GetUncompleted () |
| | Retrieves the uncompleted elements according to the task to which it belongs. More...
|
| |
| TElement | GetElementByID (ElementID id) |
| | Retrieves the element with the specified ID. More...
|
| |
| TElement | GetElementByID (int internalID) |
| | Retrieves the element with the specified internal ID. More...
|
| |
| TElement | GetElementByID (string uniqueID) |
| | Retrieves the element with the specified unique ID. More...
|
| |
| TElement | GetElementByID (Guid uniqueID) |
| | Retrieves the element with the specified unique ID. More...
|
| |
| IEnumerable< TElement > | GetElementsByID (string uniqueID) |
| | Retrieves the elements with the specified unique ID. More...
|
| |
| IEnumerable< TElement > | GetElementsByID (Guid uniqueID) |
| | Retrieves the elements with the specified unique ID. More...
|
| |
|
IEnumerator< TElement > | GetEnumerator () |
| |
| bool | ContainsKey (ElementID id) |
| | Determines whether the collection contains the element with the specified ID. More...
|
| |
| bool | ContainsKey (int internalID) |
| | Determines whether the collection contains the element with the specified internal ID. More...
|
| |