Class PrimaveraSaveOptions
Namespace: Aspose.Tasks.Saving
Assembly: Aspose.Tasks.dll (25.4.0)
Allows to specify additional options when saving project to Primavera XER format.
public class PrimaveraSaveOptions : SimpleSaveOptions
Inheritance
object ← SimpleSaveOptions ← PrimaveraSaveOptions
Inherited Members
SimpleSaveOptions.project , SimpleSaveOptions.SaveFormat , SimpleSaveOptions.TasksComparer , SimpleSaveOptions.TasksFilter , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
PrimaveraSaveOptions()
Initializes a new instance of the Aspose.Tasks.Saving.PrimaveraSaveOptions class.
public PrimaveraSaveOptions()
Properties
ActivityIdIncrement
Gets or sets the increment used in renumbering of activity IDs.
public int ActivityIdIncrement { get; set; }
Property Value
ActivityIdPrefix
Gets or sets the prefix used in renumbering of activity IDs.
public string ActivityIdPrefix { get; set; }
Property Value
ActivityIdSuffix
Gets or sets the suffix used in renumbering of activity IDs.
public int ActivityIdSuffix { get; set; }
Property Value
RenumberActivityIds
Gets or sets a value indicating whether is need to renumbers activity IDs.
public bool RenumberActivityIds { get; set; }
Property Value
SkipSummaryAssignments
Gets or sets a value indicating whether assignments of resources to summary tasks should be skipped during export.
public bool SkipSummaryAssignments { get; set; }
Property Value
Remarks
Primavera software doesn’t support assignments of resources to summary (WBS) tasks. Thus, export of such assignments can result in an invalid file according to Primavera’s model. If true, assignments to summary tasks are skipped during export. If false (the default value), an exception will be thrown if assignment to a summary task is encountered during export.