TaskLink
Contents
[
Hide
]TaskLink class
Represents a predecessor link.
Methods
| Name | Description |
|---|---|
| Equals (2 overloads) | Returns a value indicating whether this instance is equal to a specified object. |
| get_CrossProjectName | Gets the external predecessor project. |
| get_IsCrossProject | Gets a value indicating whether a predecessor is part of another project. |
| get_LagFormat | Gets the format for expressing the lag format. |
| get_LinkLag | Gets the lag in tenths of a minute or percentage. |
| get_LinkLagTimeSpan | Gets lag duration, depending on LagFormat. |
| get_LinkType | Gets the type of a link. |
| get_PredTask | Gets the predecessor task. |
| get_SuccTask | Gets the successor task. |
| GetHashCode | Returns a hash code value for the instance of the TaskLink class. |
| set_CrossProjectName | Sets the external predecessor project. |
| set_IsCrossProject | Sets a value indicating whether a predecessor is part of another project. |
| set_LagFormat | Sets the format for expressing the lag format. |
| set_LinkLag | Sets the lag in tenths of a minute or percentage. |
| set_LinkLagTimeSpan | Sets lag duration, depending on LagFormat. |
| set_LinkType | Sets the type of a link. |
| set_PredTask | Sets the predecessor task. |
| set_SuccTask | Sets the successor task. |
| ToString | Returns string representation of a TaskLink . The exact details of the representation are unspecified and subject to change. |