Class PrimaveraXmlSaveOptions

Class PrimaveraXmlSaveOptions

Namespace: Aspose.Tasks.Saving
Assembly: Aspose.Tasks.dll (25.4.0)

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

public class PrimaveraXmlSaveOptions : SimpleSaveOptions

Inheritance

object SimpleSaveOptions PrimaveraXmlSaveOptions

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

PrimaveraXmlSaveOptions()

Initializes a new instance of the Aspose.Tasks.Saving.PrimaveraXmlSaveOptions class.

public PrimaveraXmlSaveOptions()

Properties

SaveRootTask

Gets or sets a value indicating whether to save a root task or not.

public bool SaveRootTask { get; set; }

Property Value

bool

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

bool

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.

 English