Class PrimaveraReadOptions

Class PrimaveraReadOptions

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)

Allows to specify additional options when reading Primavera Xml or Primavera Xer files.

public class PrimaveraReadOptions

Inheritance

objectPrimaveraReadOptions

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

PrimaveraReadOptions()

Initializes a new instance of the Aspose.Tasks.PrimaveraReadOptions class.

public PrimaveraReadOptions()

Properties

PreserveUids

Gets or sets a flag that specifies whether original unique identifiers of entities should be preserved.

public bool PreserveUids { get; set; }

Property Value

bool

ProjectUid

Gets or sets the UID of a project to read from file containing multiple projects.

public int ProjectUid { get; set; }

Property Value

int

ReadBaselineProjects

Gets or sets a flag that specifies whether baseline projects should be loaded. The default value is true.

public bool ReadBaselineProjects { get; set; }

Property Value

bool

Remarks

The flag is applicable to Primavera XML files containing baseline projects (baselines are not supported by XER format). The option can be set to false to speed up loading of a large project with baselines when baseline data is not needed.

UndefinedConstraintHandlingBehavior

Specifies the behavior used to process tasks with undefined constraints read from XER format.

public UndefinedConstraintHandlingBehavior UndefinedConstraintHandlingBehavior { get; set; }

Property Value

UndefinedConstraintHandlingBehavior