Represents a predecessor item generating a dependency between another task and the current task, within the Predecessors collection of a TaskItem object.

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

Syntax

C#
public class PredecessorItem
Visual Basic (Declaration)
Public Class PredecessorItem

Inheritance Hierarchy

System..::..Object
  DlhSoft.Windows.Data..::..PredecessorItem

See Also