ComponentOne GanttView for WinForms
PredecessorType Enumeration

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace : PredecessorType Enumeration
Specifies the type of dependency between tasks.
Syntax
'Declaration
 
Public Enum PredecessorType 
   Inherits System.Enum
public enum PredecessorType : System.Enum 
Members
MemberDescription
FinishToFinishIndicates that the dependent task can finish only after the parent task has finished.
FinishToStartIndicates that the dependent task can't start until the parent task finishes.
StartToFinishIndicates that the dependent task can finish only after the parent task has started.
StartToStartIndicates that the dependent task can start only after the parent task has started.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1GanttView.PredecessorType

See Also

Reference

C1.Win.C1GanttView Namespace