TaskLinkCollection
TaskLinkCollection class
Represents a collection of Task objects.
The TaskLinkCollection type exposes the following members:
Properties
Name | Description |
---|---|
parent_project | Gets the parent project of the ResourceAssignmentCollection object. |
Methods
Name | Description |
---|---|
add(pred, succ) | Returns an instance of Finish-Start TaskLink which has been added to the TaskLinkCollection object. |
add(pred, succ, link_type) | Returns an instance of TaskLink which has been added to the TaskLinkCollection object. |
add(pred, succ, link_type, lag) | Returns an instance of TaskLink which has been added to the TaskLinkCollection object. |
to_list() | Converts the TaskLinkCollection object to a list of TaskLink objects. |
See Also
- namespace aspose.tasks
- assembly Aspose.Tasks