Enum PrimaveraConstraintType

PrimaveraConstraintType enumeration

Specifies a type of activity’s constraint.

public enum PrimaveraConstraintType

Values

NameValueDescription
None0Not specified or not applicable.
FinishOn1‘Finish On’ type
FinishOnOrAfter2‘Finish On or After’ type
FinishOnOrBefore3‘Finish On or Before’ type
MandatoryFinish4‘Mandatory Finish’ type
MandatoryStart5‘Mandatory Start’ type
StartOn6‘Start On’ type
StartOnOrAfter7‘Start On or After’ type
StartOnOrBefore8‘Start On or Before’ type
AsLateAsPossible9‘As Late As Possible’ type

See Also