Enum PrimaveraConstraintType
Enum PrimaveraConstraintType
Namespace: Aspose.Tasks.Primavera
Assembly: Aspose.Tasks.dll (25.7.0)
Specifies a type of activity’s constraint.
public enum PrimaveraConstraintType
Fields
AsLateAsPossible = 9
‘As Late As Possible’ type
FinishOn = 1
‘Finish On’ type
FinishOnOrAfter = 2
‘Finish On or After’ type
FinishOnOrBefore = 3
‘Finish On or Before’ type
MandatoryFinish = 4
‘Mandatory Finish’ type
MandatoryStart = 5
‘Mandatory Start’ type
None = 0
Not specified or not applicable.
StartOn = 6
‘Start On’ type
StartOnOrAfter = 7
‘Start On or After’ type
StartOnOrBefore = 8
‘Start On or Before’ type