[]
        
(Showing Draft Content)

C1.Win.C1GanttView.ConstraintType

ConstraintType Enum

Provides choices for the type of constraint you can apply for scheduling a task.

Namespace: C1.Win.C1GanttView
Assembly: C1.Win.C1GanttView.4.8.dll
Syntax
public enum ConstraintType

Fields

Name 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.