PrimaveraSaveOptions

PrimaveraSaveOptions class

Inherits: Aspose::Tasks::Saving::SimpleSaveOptions

Allows to specify additional options when saving project to Primavera XER format.

Constructors

NameDescription
PrimaveraSaveOptionsInitializes a new instance of the PrimaveraSaveOptions class.

Methods

NameDescription
get_ActivityIdIncrementGets the increment used in renumbering of activity IDs.
get_ActivityIdPrefixGets the prefix used in renumbering of activity IDs.
get_ActivityIdSuffixGets the suffix used in renumbering of activity IDs.
get_RenumberActivityIdsGets a value indicating whether is need to renumbers activity IDs.
get_SkipSummaryAssignmentsGets a value indicating whether assignments of resources to summary tasks should be skipped during export.
set_ActivityIdIncrementSets the increment used in renumbering of activity IDs.
set_ActivityIdPrefixSets the prefix used in renumbering of activity IDs.
set_ActivityIdSuffixSets the suffix used in renumbering of activity IDs.
set_RenumberActivityIdsSets a value indicating whether is need to renumbers activity IDs.
set_SkipSummaryAssignmentsSets a value indicating whether assignments of resources to summary tasks should be skipped during export.