[]
Specifies the dependence of one task on the other task.
[TypeConverter(typeof(PredecessorConverter))]
public class Predecessor : ICloneable
Name | Description |
---|---|
Predecessor() | Initializes a new instance of a Predecessor. |
Predecessor(int, PredecessorType, double) | Initializes a new instance of a Predecessor. |
Name | Description |
---|---|
Lag | Gets or sets a delay between two tasks, in days. |
OwnerTask | Gets the owner (dependent) task. |
PredecessorTask | Gets or sets the predecessor task. |
PredecessorTaskID | Gets or sets the ID of the predecessor task. |
PredecessorType | Gets or sets the type of dependency between tasks. |
Name | Description |
---|---|
Equals(object) | Determines whether the specified object is equal to the current object. |
GetHashCode() |