Enum WorkContourType

Enum WorkContourType

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

Specifies the contour of a work.

public enum WorkContourType

Fields

BackLoaded = 1

BackLoaded work contour.

Bell = 6

Bell work contour.

Contoured = 8

Custom work contour.

DoublePeak = 3

DoublePeak work contour.

EarlyPeak = 4

EarlyPeak work contour.

Flat = 0

Flat work contour.

FrontLoaded = 2

FrontLoaded work contour.

LatePeak = 5

LatePeak work contour.

Turtle = 7

Turtle work contour.

Undefined = -1

The value was not defined in original project file.

Remarks

While exporting into XML the Undefined values will be eliminated from resulting XML.