Enum PrimaveraConstraintType
PrimaveraConstraintType enumeration
Specifies a type of activity’s constraint.
public enum PrimaveraConstraintType
Values
| Name | Value | Description |
|---|---|---|
| None | 0 | Not specified or not applicable. |
| 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 |
| StartOn | 6 | ‘Start On’ type |
| StartOnOrAfter | 7 | ‘Start On or After’ type |
| StartOnOrBefore | 8 | ‘Start On or Before’ type |
| AsLateAsPossible | 9 | ‘As Late As Possible’ type |
See Also
- namespace Aspose.Tasks.Primavera
- assembly Aspose.Tasks