PrimaveraTaskProperties

PrimaveraTaskProperties class

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

public sealed class PrimaveraTaskProperties

Properties

NameDescription
ActivityId { get; }Gets an activity id field - a task’s unique identifier used by Primavera.
ActivityType { get; }Gets the value of ‘Activity Type’ field.
ActualExpenseCost { get; }Gets the value of actual expense cost.
ActualLaborCost { get; }Gets the value of actual labor cost .
ActualLaborUnits { get; }Gets the value of actual labor units.
ActualMaterialCost { get; }Gets the value of actual material cost.
ActualNonlaborCost { get; }Gets the value of actual non labor cost .
ActualNonLaborUnits { get; }Gets the value of actual non labor units.
ActualTotalCost { get; }Gets the total value of actual costs.
BudgetedExpenseCost { get; }Gets the value of budgeted (or planned) expense cost.
BudgetedLaborCost { get; }Gets the value of budgeted (or planned) labor cost .
BudgetedMaterialCost { get; }Gets the value of of budgeted (or planned) material cost.
BudgetedNonlaborCost { get; }Gets the value of budgeted (or planned) non labor cost .
BudgetedTotalCost { get; }Gets the total value of budgeted (or planned) costs.
DurationPercentComplete { get; }Gets the value of duration percent complete.
DurationType { get; }Gets the value of ‘Duration Type’ field of the activity.
PercentCompleteType { get; }Gets the value of ‘% Complete Type’ field of the activity.
PhysicalPercentComplete { get; }Gets the value of Physical Percent Complete.
RawActivityType { get; }Gets raw text representation (as in source file) of ‘Activity Type’ field of the activity.
RawCompletePercentType { get; }Gets raw text representation (as in source file) of ‘% Complete Type’ field of the activity.
RawDurationType { get; }Gets raw text representation (as in source file) of ‘Duration Type’ field of the activity.
RawStatus { get; }Gets raw text representation (as in source file) of ‘Status’ field of the activity.
RemainingEarlyFinish { get; }Gets remaining early finish date - the date when the remaining work for the activity is scheduled to be finished.
RemainingEarlyStart { get; }Gets remaining early start date - the date when the remaining work for the activity is scheduled to begin.
RemainingExpenseCost { get; }Gets the value of remaining expense cost.
RemainingLaborUnits { get; }Gets the value of remaining labor units.
RemainingLateFinish { get; }Gets remaining late finish date.
RemainingLateStart { get; }Gets remaining late start date.
RemainingNonLaborUnits { get; }Gets the value of remaining non labor units.
SequenceNumber { get; }Gets or sets the sequence number of the WBS item (summary tasks). It is used to sort summary tasks in Primavera.
UnitsPercentComplete { get; }Gets the value of units percent complete.

See Also