Aspose.Tasks for C++
|
Represents Primavera-specific properties for a project read from Primavera files (XER of P6XML). More...
#include <PrimaveraProjectProperties.h>
Inherits System::Object.
Public Member Functions | |
Primavera::PrimaveraRelationshipLagCalendar | get_RelationshipLagCalendar () const |
Gets an options which defines which calendar to use for scheduling Relationship Lag in Primavera projects More... | |
bool | get_UseExpectedFinishDates () const |
Gets a flag which defines whether activity finish dates should be scheduled as the expected finish dates. More... | |
bool | get_MakeOpenEndedActivitiesCritical () const |
Gets a flag which defines whether activities should me marked as critical when scheduling the project. More... | |
bool | get_IgnoreOtherProjectRelationships () const |
Gets a flag which defines whether to ignore activity relationships between projects. More... | |
int32_t | get_CurrentBaselineProjectId () const |
Gets Id of the current baseline project. Is applicable to projects read from Primavera XML files containing exported baselines. More... | |
const System::ArrayPtr< System::SharedPtr< Project > > & | get_BaselineProjects () const |
Gets array of baseline projects of current project. Is applicable to projects read from Primavera XML files containing exported baselines. More... | |
Represents Primavera-specific properties for a project read from Primavera files (XER of P6XML).
const System::ArrayPtr<System::SharedPtr<Project> >& Aspose::Tasks::PrimaveraProjectProperties::get_BaselineProjects | ( | ) | const |
Gets array of baseline projects of current project. Is applicable to projects read from Primavera XML files containing exported baselines.
int32_t Aspose::Tasks::PrimaveraProjectProperties::get_CurrentBaselineProjectId | ( | ) | const |
Gets Id of the current baseline project. Is applicable to projects read from Primavera XML files containing exported baselines.
bool Aspose::Tasks::PrimaveraProjectProperties::get_IgnoreOtherProjectRelationships | ( | ) | const |
Gets a flag which defines whether to ignore activity relationships between projects.
bool Aspose::Tasks::PrimaveraProjectProperties::get_MakeOpenEndedActivitiesCritical | ( | ) | const |
Gets a flag which defines whether activities should me marked as critical when scheduling the project.
Primavera::PrimaveraRelationshipLagCalendar Aspose::Tasks::PrimaveraProjectProperties::get_RelationshipLagCalendar | ( | ) | const |
Gets an options which defines which calendar to use for scheduling Relationship Lag in Primavera projects
bool Aspose::Tasks::PrimaveraProjectProperties::get_UseExpectedFinishDates | ( | ) | const |
Gets a flag which defines whether activity finish dates should be scheduled as the expected finish dates.