Enum UndefinedConstraintHandlingBehavior

UndefinedConstraintHandlingBehavior enumeration

Specifies the behavior used to handle tasks with undefined constraints.

public enum UndefinedConstraintHandlingBehavior

Values

NameValueDescription
None0The default behavior for loading from XER format. No action is taken. A task constraint type is set to ‘ConstraintType.Undefined’.
SubstituteWithStartNoEarlierThan1Constraints with type ‘ConstraintType.StartNoEarlierThan’ and date = Start are added for tasks with ‘Undefined’ constraint.

See Also