Aspose.Tasks for C++
|
Represents Primavera-specific properties for a task read from Primavera files (XER of P6XML). More...
#include <PrimaveraTaskProperties.h>
Inherits System::Object.
Public Member Functions | |
int32_t | get_SequenceNumber () const |
Gets the sequence number of the WBS item (summary tasks). It is used to sort summary tasks in Primavera. More... | |
System::String | get_ActivityId () const |
Gets an activity id field - a task's unique identifier used by Primavera. More... | |
System::DateTime | get_RemainingEarlyFinish () const |
Gets remaining early finish date - the date when the remaining work for the activity is scheduled to be finished. More... | |
System::DateTime | get_RemainingEarlyStart () const |
Gets remaining early start date - the date when the remaining work for the activity is scheduled to begin. More... | |
System::DateTime | get_RemainingLateStart () const |
Gets remaining late start date. More... | |
System::DateTime | get_RemainingLateFinish () const |
Gets remaining late finish date. More... | |
System::String | get_RawDurationType () const |
Gets raw text representation (as in source file) of 'Duration Type' field of the activity. More... | |
Primavera::PrimaveraDurationType | get_DurationType () const |
Gets the value of 'Duration Type' field of the activity. More... | |
System::String | get_RawActivityType () const |
Gets raw text representation (as in source file) of 'Activity Type' field of the activity. More... | |
Primavera::PrimaveraActivityType | get_ActivityType () const |
Gets the value of 'Activity Type' field. More... | |
Primavera::PrimaveraPercentCompleteType | get_PercentCompleteType () const |
Gets the value of '% Complete Type' field of the activity. More... | |
System::String | get_RawCompletePercentType () const |
Gets raw text representation (as in source file) of '% Complete Type' field of the activity. More... | |
System::String | get_RawStatus () const |
Gets raw text representation (as in source file) of 'Status' field of the activity. More... | |
double | get_PhysicalPercentComplete () const |
Gets the value of Physical Percent Complete. More... | |
double | get_DurationPercentComplete () const |
Gets the value of duration percent complete. More... | |
double | get_UnitsPercentComplete () |
Gets the value of units percent complete. More... | |
double | get_ActualLaborUnits () const |
Gets the value of actual labor units. More... | |
double | get_ActualNonLaborUnits () const |
Gets the value of actual non labor units. More... | |
double | get_RemainingLaborUnits () const |
Gets the value of remaining labor units. More... | |
double | get_RemainingNonLaborUnits () const |
Gets the value of remaining non labor units. More... | |
System::Decimal | get_ActualLaborCost () const |
Gets the value of actual labor cost . More... | |
System::Decimal | get_BudgetedLaborCost () const |
Gets the value of budgeted (or planned) labor cost . More... | |
System::Decimal | get_ActualNonlaborCost () const |
Gets the value of actual non labor cost . More... | |
System::Decimal | get_BudgetedNonlaborCost () const |
Gets the value of budgeted (or planned) non labor cost . More... | |
System::Decimal | get_ActualMaterialCost () const |
Gets the value of actual material cost. More... | |
System::Decimal | get_BudgetedMaterialCost () const |
Gets the value of of budgeted (or planned) material cost. More... | |
System::Decimal | get_ActualExpenseCost () const |
Gets the value of actual expense cost. More... | |
System::Decimal | get_RemainingExpenseCost () const |
Gets the value of remaining expense cost. More... | |
System::Decimal | get_BudgetedExpenseCost () const |
Gets the value of budgeted (or planned) expense cost. More... | |
System::Decimal | get_ActualTotalCost () |
Gets the total value of actual costs. More... | |
System::Decimal | get_BudgetedTotalCost () |
Gets the total value of budgeted (or planned) costs. More... | |
Represents Primavera-specific properties for a task read from Primavera files (XER of P6XML).
System::String Aspose::Tasks::PrimaveraTaskProperties::get_ActivityId | ( | ) | const |
Gets an activity id field - a task's unique identifier used by Primavera.
Applicable only to activities (non-summary tasks).
Primavera::PrimaveraActivityType Aspose::Tasks::PrimaveraTaskProperties::get_ActivityType | ( | ) | const |
Gets the value of 'Activity Type' field.
Applicable only to activities (non-summary tasks).
System::Decimal Aspose::Tasks::PrimaveraTaskProperties::get_ActualExpenseCost | ( | ) | const |
Gets the value of actual expense cost.
System::Decimal Aspose::Tasks::PrimaveraTaskProperties::get_ActualLaborCost | ( | ) | const |
Gets the value of actual labor cost .
double Aspose::Tasks::PrimaveraTaskProperties::get_ActualLaborUnits | ( | ) | const |
Gets the value of actual labor units.
System::Decimal Aspose::Tasks::PrimaveraTaskProperties::get_ActualMaterialCost | ( | ) | const |
Gets the value of actual material cost.
System::Decimal Aspose::Tasks::PrimaveraTaskProperties::get_ActualNonlaborCost | ( | ) | const |
Gets the value of actual non labor cost .
double Aspose::Tasks::PrimaveraTaskProperties::get_ActualNonLaborUnits | ( | ) | const |
Gets the value of actual non labor units.
System::Decimal Aspose::Tasks::PrimaveraTaskProperties::get_ActualTotalCost | ( | ) |
Gets the total value of actual costs.
System::Decimal Aspose::Tasks::PrimaveraTaskProperties::get_BudgetedExpenseCost | ( | ) | const |
Gets the value of budgeted (or planned) expense cost.
System::Decimal Aspose::Tasks::PrimaveraTaskProperties::get_BudgetedLaborCost | ( | ) | const |
Gets the value of budgeted (or planned) labor cost .
System::Decimal Aspose::Tasks::PrimaveraTaskProperties::get_BudgetedMaterialCost | ( | ) | const |
Gets the value of of budgeted (or planned) material cost.
System::Decimal Aspose::Tasks::PrimaveraTaskProperties::get_BudgetedNonlaborCost | ( | ) | const |
Gets the value of budgeted (or planned) non labor cost .
System::Decimal Aspose::Tasks::PrimaveraTaskProperties::get_BudgetedTotalCost | ( | ) |
Gets the total value of budgeted (or planned) costs.
double Aspose::Tasks::PrimaveraTaskProperties::get_DurationPercentComplete | ( | ) | const |
Gets the value of duration percent complete.
Primavera::PrimaveraDurationType Aspose::Tasks::PrimaveraTaskProperties::get_DurationType | ( | ) | const |
Gets the value of 'Duration Type' field of the activity.
Applicable only to activities (non-summary tasks).
Primavera::PrimaveraPercentCompleteType Aspose::Tasks::PrimaveraTaskProperties::get_PercentCompleteType | ( | ) | const |
Gets the value of '% Complete Type' field of the activity.
Applicable only to activities (non-summary tasks).
double Aspose::Tasks::PrimaveraTaskProperties::get_PhysicalPercentComplete | ( | ) | const |
Gets the value of Physical Percent Complete.
Applicable only to activities (non-summary tasks).
System::String Aspose::Tasks::PrimaveraTaskProperties::get_RawActivityType | ( | ) | const |
Gets raw text representation (as in source file) of 'Activity Type' field of the activity.
Applicable only to activities (non-summary tasks).
System::String Aspose::Tasks::PrimaveraTaskProperties::get_RawCompletePercentType | ( | ) | const |
Gets raw text representation (as in source file) of '% Complete Type' field of the activity.
Applicable only to activities (non-summary tasks).
System::String Aspose::Tasks::PrimaveraTaskProperties::get_RawDurationType | ( | ) | const |
Gets raw text representation (as in source file) of 'Duration Type' field of the activity.
Applicable only to activities (non-summary tasks).
System::String Aspose::Tasks::PrimaveraTaskProperties::get_RawStatus | ( | ) | const |
Gets raw text representation (as in source file) of 'Status' field of the activity.
Applicable only to activities (non-summary tasks).
System::DateTime Aspose::Tasks::PrimaveraTaskProperties::get_RemainingEarlyFinish | ( | ) | const |
Gets remaining early finish date - the date when the remaining work for the activity is scheduled to be finished.
System::DateTime Aspose::Tasks::PrimaveraTaskProperties::get_RemainingEarlyStart | ( | ) | const |
Gets remaining early start date - the date when the remaining work for the activity is scheduled to begin.
System::Decimal Aspose::Tasks::PrimaveraTaskProperties::get_RemainingExpenseCost | ( | ) | const |
Gets the value of remaining expense cost.
double Aspose::Tasks::PrimaveraTaskProperties::get_RemainingLaborUnits | ( | ) | const |
Gets the value of remaining labor units.
System::DateTime Aspose::Tasks::PrimaveraTaskProperties::get_RemainingLateFinish | ( | ) | const |
Gets remaining late finish date.
System::DateTime Aspose::Tasks::PrimaveraTaskProperties::get_RemainingLateStart | ( | ) | const |
Gets remaining late start date.
double Aspose::Tasks::PrimaveraTaskProperties::get_RemainingNonLaborUnits | ( | ) | const |
Gets the value of remaining non labor units.
int32_t Aspose::Tasks::PrimaveraTaskProperties::get_SequenceNumber | ( | ) | const |
Gets the sequence number of the WBS item (summary tasks). It is used to sort summary tasks in Primavera.
Applicable to WBS items (summary tasks).
double Aspose::Tasks::PrimaveraTaskProperties::get_UnitsPercentComplete | ( | ) |
Gets the value of units percent complete.