Gets or sets the predecessor item collection of this SimpleTaskItem. The predecessor item collection is used to indicate dependencies between tasks. You can use a collection of SimplePredecessorItem objects as the task predecessor item collection.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
[BindableAttribute(true)]
public List<SimplePredecessorItem> Predecessors { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property Predecessors As List(Of SimplePredecessorItem)

See Also