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

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

Detailed Description

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

Member Function Documentation

◆ get_BaselineProjects()

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.

◆ get_CurrentBaselineProjectId()

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.

◆ get_IgnoreOtherProjectRelationships()

bool Aspose::Tasks::PrimaveraProjectProperties::get_IgnoreOtherProjectRelationships ( ) const

Gets a flag which defines whether to ignore activity relationships between projects.

◆ get_MakeOpenEndedActivitiesCritical()

bool Aspose::Tasks::PrimaveraProjectProperties::get_MakeOpenEndedActivitiesCritical ( ) const

Gets a flag which defines whether activities should me marked as critical when scheduling the project.

◆ get_RelationshipLagCalendar()

Primavera::PrimaveraRelationshipLagCalendar Aspose::Tasks::PrimaveraProjectProperties::get_RelationshipLagCalendar ( ) const

Gets an options which defines which calendar to use for scheduling Relationship Lag in Primavera projects

◆ get_UseExpectedFinishDates()

bool Aspose::Tasks::PrimaveraProjectProperties::get_UseExpectedFinishDates ( ) const

Gets a flag which defines whether activity finish dates should be scheduled as the expected finish dates.