PrimaveraTaskProperties
Contents
[
Hide
]PrimaveraTaskProperties class
Represents Primavera-specific properties for a task read from Primavera files (XER of P6XML).
Methods
| Name | Description |
|---|---|
| get_ActivityId | Gets an activity id field - a task’s unique identifier used by Primavera. |
| get_ActivityType | Gets the value of ‘Activity Type’ field. |
| get_ActualExpenseCost | Gets the value of actual expense cost. |
| get_ActualLaborCost | Gets the value of actual labor cost . |
| get_ActualLaborUnits | Gets the value of actual labor units. |
| get_ActualMaterialCost | Gets the value of actual material cost. |
| get_ActualNonlaborCost | Gets the value of actual non labor cost . |
| get_ActualNonLaborUnits | Gets the value of actual non labor units. |
| get_ActualTotalCost | Gets the total value of actual costs. |
| get_BudgetedExpenseCost | Gets the value of budgeted (or planned) expense cost. |
| get_BudgetedLaborCost | Gets the value of budgeted (or planned) labor cost . |
| get_BudgetedMaterialCost | Gets the value of of budgeted (or planned) material cost. |
| get_BudgetedNonlaborCost | Gets the value of budgeted (or planned) non labor cost . |
| get_BudgetedTotalCost | Gets the total value of budgeted (or planned) costs. |
| get_DurationPercentComplete | Gets the value of duration percent complete. |
| get_DurationType | Gets the value of ’ Duration Type’ field of the activity. |
| get_PercentCompleteType | Gets the value of ‘% Complete Type’ field of the activity. |
| get_PhysicalPercentComplete | Gets the value of Physical Percent Complete. |
| get_PrimaryConstraintDate | Gets the date of primary constraint. |
| get_PrimaryConstraintType | Gets a type of primary constraint. |
| get_RawActivityType | Gets raw text representation (as in source file) of ‘Activity Type’ field of the activity. |
| get_RawCompletePercentType | Gets raw text representation (as in source file) of ‘% Complete Type’ field of the activity. |
| get_RawDurationType | Gets raw text representation (as in source file) of ’ Duration Type’ field of the activity. |
| get_RawStatus | Gets raw text representation (as in source file) of ‘Status’ field of the activity. |
| get_RemainingEarlyFinish | Gets remaining early finish date - the date when the remaining work for the activity is scheduled to be finished. |
| get_RemainingEarlyStart | Gets remaining early start date - the date when the remaining work for the activity is scheduled to begin. |
| get_RemainingExpenseCost | Gets the value of remaining expense cost. |
| get_RemainingLaborUnits | Gets the value of remaining labor units. |
| get_RemainingLateFinish | Gets remaining late finish date. |
| get_RemainingLateStart | Gets remaining late start date. |
| get_RemainingNonLaborUnits | Gets the value of remaining non labor units. |
| get_SecondaryConstraintDate | Gets the date of secondary constraint. |
| get_SecondaryConstraintType | Gets a type of secondary constraint. |
| get_SequenceNumber | Gets the sequence number of the WBS item (summary tasks). It is used to sort summary tasks in Primavera. |
| get_UnitsPercentComplete | Gets the value of units percent complete. |