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

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

Syntax

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

Members

Member nameDescription
FinishStart
StartStart
FinishFinish
StartFinish
None

See Also