C1.WPF.GanttView.4 Assembly > C1.WPF.GanttView Namespace : ConstraintType Enumeration |
'Declaration Public Enum ConstraintType Inherits System.Enum
public enum ConstraintType : System.Enum
Member | Description |
---|---|
Default | Task is scheduled as soon as possible (in a project scheduled from the start date) or it is scheduled as late as possible (in a project scheduled from the finish date). |
FinishNoEarlierThan | Task must finish on or after the defined constraint date. |
FinishNoLaterThan | Task must finish on or before the defined constraint date. |
MustFinishOn | Task must finish exactly on the defined constraint date. |
MustStartOn | Task must start exactly on the defined constraint date. |
StartNoEarlierThan | Task must start on or after the defined constraint date. |
StartNoLaterThan | Task must start on or before the defined constraint date. |
System.Object
System.ValueType
System.Enum
C1.WPF.GanttView.ConstraintType