PrimaveraSaveOptions
Contents
[
Hide
]PrimaveraSaveOptions class
Inherits: Aspose::Tasks::Saving::SimpleSaveOptions
Allows to specify additional options when saving project to Primavera XER format.
Constructors
| Name | Description |
|---|---|
| PrimaveraSaveOptions | Initializes a new instance of the PrimaveraSaveOptions class. |
Methods
| Name | Description |
|---|---|
| get_ActivityIdIncrement | Gets the increment used in renumbering of activity IDs. |
| get_ActivityIdPrefix | Gets the prefix used in renumbering of activity IDs. |
| get_ActivityIdSuffix | Gets the suffix used in renumbering of activity IDs. |
| get_RenumberActivityIds | Gets a value indicating whether is need to renumbers activity IDs. |
| get_SkipSummaryAssignments | Gets a value indicating whether assignments of resources to summary tasks should be skipped during export. |
| set_ActivityIdIncrement | Sets the increment used in renumbering of activity IDs. |
| set_ActivityIdPrefix | Sets the prefix used in renumbering of activity IDs. |
| set_ActivityIdSuffix | Sets the suffix used in renumbering of activity IDs. |
| set_RenumberActivityIds | Sets a value indicating whether is need to renumbers activity IDs. |
| set_SkipSummaryAssignments | Sets a value indicating whether assignments of resources to summary tasks should be skipped during export. |