[]
Initializes a new instance of a Predecessor.
public Predecessor()
Public Sub New()
Initializes a new instance of a Predecessor.
public Predecessor(int taskID, PredecessorType predecessorType, double lag)
Public Sub New(taskID As Integer, predecessorType As PredecessorType, lag As Double)
| Type | Name | Description |
|---|---|---|
| int | taskID | |
| PredecessorType | predecessorType | |
| double | lag |