Click or drag to resize

SpreadCurve Enumeration

Specifies spread curves

Namespace:  Cobra.Model.WebService
Assembly:  Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public enum SpreadCurve
Members
  Member nameValueDescription
BackLoad0 Allocate most of the cost toward the end of the control account or work package.
Bell1 Allocate minimal cost at the beginning of the control account or work package, gradually increasing in the middle and tapering off at the end.
DoublePeak2 Allocate most of the cost in two peaks, one near the beginning of the control account or work package and one near the end.
EarlyPeak3 Allocate most of the cost at the beginning of the control account or work package.
FirstPeriod4 Allocate all the cost to the first calendar period of the control account or work package.
FrontLoad5 Allocate all of the cost at the beginning of the control account or work package.
LastPeriod6 Allocate all of the cost to the last calendar period of the control account or work package.
LatePeak7 Allocate most of the cost at the end of the control account or work package.
Linear8 Interpret the cost as a total quantity and allocate the cost as evenly as possible throughout the control account or work package.
See Also