PrimaveraProjectProperties

PrimaveraProjectProperties class

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

public sealed class PrimaveraProjectProperties

Properties

NameDescription
BaselineProjects { get; }Gets array of baseline projects of current project. Is applicable to projects read from Primavera XML files containing exported baselines.
CurrentBaselineProjectId { get; }Gets Id of the current baseline project. Is applicable to projects read from Primavera XML files containing exported baselines.
IgnoreOtherProjectRelationships { get; }Gets a flag which defines whether to ignore activity relationships between projects.
MakeOpenEndedActivitiesCritical { get; }Gets a flag which defines whether activities should me marked as critical when scheduling the project.
RelationshipLagCalendar { get; }Gets an options which defines which calendar to use for scheduling Relationship Lag in Primavera projects
UseExpectedFinishDates { get; }Gets a flag which defines whether activity finish dates should be scheduled as the expected finish dates.

See Also