Class PrimaveraSaveOptions

Class PrimaveraSaveOptions

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

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

public class PrimaveraSaveOptions : SimpleSaveOptions

Inheritance

objectSimpleSaveOptionsPrimaveraSaveOptions

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

int

ActivityIdPrefix

Gets or sets the prefix used in renumbering of activity IDs.

public string ActivityIdPrefix { get; set; }

Property Value

string

ActivityIdSuffix

Gets or sets the suffix used in renumbering of activity IDs.

public int ActivityIdSuffix { get; set; }

Property Value

int

RenumberActivityIds

Gets or sets a value indicating whether is need to renumbers activity IDs.

public bool RenumberActivityIds { get; set; }

Property Value

bool