Aspose.Tasks for C++
Aspose::Tasks::PrimaveraTaskProperties Class Referencefinal

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...
 

Detailed Description

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

Member Function Documentation

◆ get_ActivityId()

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).

◆ get_ActivityType()

Primavera::PrimaveraActivityType Aspose::Tasks::PrimaveraTaskProperties::get_ActivityType ( ) const

Gets the value of 'Activity Type' field.

Applicable only to activities (non-summary tasks).

◆ get_ActualExpenseCost()

System::Decimal Aspose::Tasks::PrimaveraTaskProperties::get_ActualExpenseCost ( ) const

Gets the value of actual expense cost.

◆ get_ActualLaborCost()

System::Decimal Aspose::Tasks::PrimaveraTaskProperties::get_ActualLaborCost ( ) const

Gets the value of actual labor cost .

◆ get_ActualLaborUnits()

double Aspose::Tasks::PrimaveraTaskProperties::get_ActualLaborUnits ( ) const

Gets the value of actual labor units.

◆ get_ActualMaterialCost()

System::Decimal Aspose::Tasks::PrimaveraTaskProperties::get_ActualMaterialCost ( ) const

Gets the value of actual material cost.

◆ get_ActualNonlaborCost()

System::Decimal Aspose::Tasks::PrimaveraTaskProperties::get_ActualNonlaborCost ( ) const

Gets the value of actual non labor cost .

◆ get_ActualNonLaborUnits()

double Aspose::Tasks::PrimaveraTaskProperties::get_ActualNonLaborUnits ( ) const

Gets the value of actual non labor units.

◆ get_ActualTotalCost()

System::Decimal Aspose::Tasks::PrimaveraTaskProperties::get_ActualTotalCost ( )

Gets the total value of actual costs.

◆ get_BudgetedExpenseCost()

System::Decimal Aspose::Tasks::PrimaveraTaskProperties::get_BudgetedExpenseCost ( ) const

Gets the value of budgeted (or planned) expense cost.

◆ get_BudgetedLaborCost()

System::Decimal Aspose::Tasks::PrimaveraTaskProperties::get_BudgetedLaborCost ( ) const

Gets the value of budgeted (or planned) labor cost .

◆ get_BudgetedMaterialCost()

System::Decimal Aspose::Tasks::PrimaveraTaskProperties::get_BudgetedMaterialCost ( ) const

Gets the value of of budgeted (or planned) material cost.

◆ get_BudgetedNonlaborCost()

System::Decimal Aspose::Tasks::PrimaveraTaskProperties::get_BudgetedNonlaborCost ( ) const

Gets the value of budgeted (or planned) non labor cost .

◆ get_BudgetedTotalCost()

System::Decimal Aspose::Tasks::PrimaveraTaskProperties::get_BudgetedTotalCost ( )

Gets the total value of budgeted (or planned) costs.

◆ get_DurationPercentComplete()

double Aspose::Tasks::PrimaveraTaskProperties::get_DurationPercentComplete ( ) const

Gets the value of duration percent complete.

◆ get_DurationType()

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).

◆ get_PercentCompleteType()

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).

◆ get_PhysicalPercentComplete()

double Aspose::Tasks::PrimaveraTaskProperties::get_PhysicalPercentComplete ( ) const

Gets the value of Physical Percent Complete.

Applicable only to activities (non-summary tasks).

◆ get_RawActivityType()

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).

◆ get_RawCompletePercentType()

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).

◆ get_RawDurationType()

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).

◆ get_RawStatus()

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).

◆ get_RemainingEarlyFinish()

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.

◆ get_RemainingEarlyStart()

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.

◆ get_RemainingExpenseCost()

System::Decimal Aspose::Tasks::PrimaveraTaskProperties::get_RemainingExpenseCost ( ) const

Gets the value of remaining expense cost.

◆ get_RemainingLaborUnits()

double Aspose::Tasks::PrimaveraTaskProperties::get_RemainingLaborUnits ( ) const

Gets the value of remaining labor units.

◆ get_RemainingLateFinish()

System::DateTime Aspose::Tasks::PrimaveraTaskProperties::get_RemainingLateFinish ( ) const

Gets remaining late finish date.

◆ get_RemainingLateStart()

System::DateTime Aspose::Tasks::PrimaveraTaskProperties::get_RemainingLateStart ( ) const

Gets remaining late start date.

◆ get_RemainingNonLaborUnits()

double Aspose::Tasks::PrimaveraTaskProperties::get_RemainingNonLaborUnits ( ) const

Gets the value of remaining non labor units.

◆ get_SequenceNumber()

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).

◆ get_UnitsPercentComplete()

double Aspose::Tasks::PrimaveraTaskProperties::get_UnitsPercentComplete ( )

Gets the value of units percent complete.