Gets a collection of PredecessorItem objects that represent the dependencies between other data items and the current item to be considered by the TaskManager component.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
public List<PredecessorItem> Predecessors { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Predecessors As List(Of PredecessorItem) Get Set |