PrimaveraReadOptions
Contents
[
Hide
]PrimaveraReadOptions class
Allows to specify additional options when reading Primavera Xml or Primavera Xer files.
Constructors
| Name | Description |
|---|---|
| PrimaveraReadOptions | Initializes a new instance of the PrimaveraReadOptions class. |
Methods
| Name | Description |
|---|---|
| get_PreserveUids | Gets a flag that specifies whether original unique identifiers of entities should be preserved. |
| get_ProjectUid | Gets the UID of a project to read from file containing multiple projects. |
| get_ReadBaselineProjects | Gets a flag that specifies whether baseline projects should be loaded. The default value is true. |
| get_UndefinedConstraintHandlingBehavior | Specifies the behavior used to process tasks with undefined constraints read from XER format. |
| set_PreserveUids | Sets a flag that specifies whether original unique identifiers of entities should be preserved. |
| set_ProjectUid | Sets the UID of a project to read from file containing multiple projects. |
| set_ReadBaselineProjects | Sets a flag that specifies whether baseline projects should be loaded. The default value is true. |
| set_UndefinedConstraintHandlingBehavior | Specifies the behavior used to process tasks with undefined constraints read from XER format. |