ScaleRetainEACMethod Enumeration |
Specifies which particular value will Cobra scale the Estimate At Complete (EAC) values.
Namespace:
Cobra.Model.WebService
Assembly:
Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax public enum ScaleRetainEACMethod
Members
| Member name | Value | Description |
---|
| None | 0 |
EAC will not be scaled to a particular value.
|
| Currency | 1 |
Use the value stored in the EAC field in the Control Account/Work Package pane of the Project view.
|
| Hours | 2 |
Use the value stored in the Hours.EAC field in the Control Account/Work Package pane of the Project view.
|
| HoursAndCurrency | 3 |
Scale the resource assignments whose first result is Hours so that the total hours match the value stores in the Hours.EAC field
in the Control Account/Work Package pane of the Project view.
|
See Also