CalculateForecastServiceArguments Class |
Namespace: Cobra.Model.WebService
public class CalculateForecastServiceArguments : IProjectOperationsServiceArguments
The CalculateForecastServiceArguments type exposes the following members.
Name | Description | |
---|---|---|
AllowNegativeETC |
Determines whether the calculate forecast process is allowed to create negative Estimate To Complete (ETC) values. If this setting is false, zero is used instead of negative.
Optional.
Default is the value of 'Allow Negative ETC' project preference.
| |
CalculatePerformanceFactor |
Determines whether forecast performance factors will be recalculated.
Optional.
Default is false.
| |
ClassList |
The list of forecast classes that will be calculated.
Required.
| |
ControlAccountUidList |
A list of Control Account CAWPID values that represents the list of
Control Accounts that you want to calculate forecast for.
| |
InvalidForecastDatesAction |
Determines the action to perform when the calculate forecast process encounters invalid forecast dates. See InvalidForecastDatesAction.
Optional.
Default is Skip.
| |
Log |
Determines the comment, change number and 'significant' setting for changes that affect the log. See ProjectAuditLogDescription.
| |
Project |
The project that will have forecast calculated.
| |
ScaleRetainEACMethod |
Determines the method to use when scaling Estimate At Complete (EAC) values.
Optional.
Default behavior is the value of the 'Scale Retain EAC' project preference.
| |
SpreadETCMethod |
Determines which existing spread will be used when calculating new statistical forecast spreads.
See SpreadETCMethod
Default behavior is the value of the 'Spread ETC accorting to:' project preference.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |