ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / ConstraintType Enumeration

In This Topic
    ConstraintType Enumeration
    In This Topic
    Provides choices for the type of constraint you can apply for scheduling a task.
    Syntax
    'Declaration
     
    Public Enum ConstraintType 
       Inherits System.Enum
    public enum ConstraintType : System.Enum 
    Members
    MemberDescription
    DefaultTask 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).
    FinishNoEarlierThanTask must finish on or after the defined constraint date.
    FinishNoLaterThanTask must finish on or before the defined constraint date.
    MustFinishOnTask must finish exactly on the defined constraint date.
    MustStartOnTask must start exactly on the defined constraint date.
    StartNoEarlierThanTask must start on or after the defined constraint date.
    StartNoLaterThanTask must start on or before the defined constraint date.
    Inheritance Hierarchy

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

    See Also