Represents the type of a task dependency generated by a PredecessorItem.
Namespace:
DlhSoft.Windows.ControlsAssembly: 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 name | Description | |
---|---|---|
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.
|