Represents the type of a task dependency generated by a PredecessorItem.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public enum DependencyType
Visual Basic (Declaration)
Public Enumeration DependencyType

Members

Member nameDescription
FinishStart
Finish to start dependency type.
StartStart
Start to start dependency type.
FinishFinish
Finish to finish dependency type.
StartFinish
Start to finish dependency type.
None
Undefined dependency type.

See Also