Click or drag to resize

CalculateForecastServiceArguments Class

Contains options to run Calculate Forecast.
Inheritance Hierarchy
SystemObject
  Cobra.Model.WebServiceCalculateForecastServiceArguments

Namespace: Cobra.Model.WebService
Assembly: Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.5.700.3359 (8.5.0700.3359)
Syntax
C#
public class CalculateForecastServiceArguments : IProjectOperationsServiceArguments

The CalculateForecastServiceArguments type exposes the following members.

Properties
 NameDescription
Public propertyAllowNegativeETC 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.
Public propertyCalculatePerformanceFactor Determines whether forecast performance factors will be recalculated. Optional. Default is false.
Public propertyClassList The list of forecast classes that will be calculated. Required.
Public propertyControlAccountUidList A list of Control Account CAWPID values that represents the list of Control Accounts that you want to calculate forecast for.
Public propertyInvalidForecastDatesAction Determines the action to perform when the calculate forecast process encounters invalid forecast dates. See InvalidForecastDatesAction. Optional. Default is Skip.
Public propertyLog Determines the comment, change number and 'significant' setting for changes that affect the log. See ProjectAuditLogDescription.
Public propertyProject The project that will have forecast calculated.
Public propertyScaleRetainEACMethod 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.
Public propertySpreadETCMethod 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.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also