PrimaveraTaskProperties

PrimaveraTaskProperties class

Represents Primavera-specific properties for a task read from Primavera files (XER of P6XML).

The PrimaveraTaskProperties type exposes the following members:

Properties

NameDescription
sequence_numberGets or sets the sequence number of the WBS item (summary tasks). It is used to sort summary tasks in Primavera.
activity_idGets an activity id field - a task’s unique identifier used by Primavera.
remaining_early_finishGets remaining early finish date - the date when the remaining work for the activity is scheduled to be finished.
remaining_early_startGets remaining early start date - the date when the remaining work for the activity is scheduled to begin.
remaining_late_startGets remaining late start date.
remaining_late_finishGets remaining late finish date.
raw_duration_typeGets raw text representation (as in source file) of ‘Duration Type’ field of the activity.
duration_typeGets the value of ‘Duration Type’ field of the activity.
raw_activity_typeGets raw text representation (as in source file) of ‘Activity Type’ field of the activity.
activity_typeGets the value of ‘Activity Type’ field.
percent_complete_typeGets the value of ‘% Complete Type’ field of the activity.
raw_complete_percent_typeGets raw text representation (as in source file) of ‘% Complete Type’ field of the activity.
raw_statusGets raw text representation (as in source file) of ‘Status’ field of the activity.
physical_percent_completeGets the value of Physical Percent Complete.
duration_percent_completeGets the value of duration percent complete.
units_percent_completeGets the value of units percent complete.
actual_labor_unitsGets the value of actual labor units.
actual_non_labor_unitsGets the value of actual non labor units.
remaining_labor_unitsGets the value of remaining labor units.
remaining_non_labor_unitsGets the value of remaining non labor units.
actual_labor_costGets the value of actual labor cost .
budgeted_labor_costGets the value of budgeted (or planned) labor cost .
actual_nonlabor_costGets the value of actual non labor cost .
budgeted_nonlabor_costGets the value of budgeted (or planned) non labor cost .
actual_material_costGets the value of actual material cost.
budgeted_material_costGets the value of of budgeted (or planned) material cost.
actual_expense_costGets the value of actual expense cost.
remaining_expense_costGets the value of remaining expense cost.
budgeted_expense_costGets the value of budgeted (or planned) expense cost.
actual_total_costGets the total value of actual costs.
budgeted_total_costGets the total value of budgeted (or planned) costs.

See Also