Click or drag to resize

CalculateForecastServiceArguments Class

Note: This API is now obsolete.

Contains options to run Calculate Forecast.
Inheritance Hierarchy
SystemObject
  SerializableObjects
    ProjectOperationsServiceArguments
      Cobra.WebService.ClientAPI.Application.FilesCalculateForecastServiceArguments

Namespace:  Cobra.WebService.ClientAPI.Application.Files
Assembly:  Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
[SerializableAttribute]
[ObsoleteAttribute("Use Cobra.Model.WebService.CalculateForecastServiceArguments instead.")]
public class CalculateForecastServiceArguments : ProjectOperationsServiceArguments

The CalculateForecastServiceArguments type exposes the following members.

Constructors
  NameDescription
Protected methodCalculateForecastServiceArguments
Initializes a new instance of CalculateForecastServiceArguments class.
Top
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 false.
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 propertyInvalidForecastDatesAction
Determines the action to perform when the calculate forecast process encounters invalid forecast dates. See InvalidForecastDatesAction. Optional. Default is Skip.
Public propertyLog
Gets the ProjectAuditLogDescription to set the change number and change comment for the update to the project's log.
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 Cobra will not scale the EAC values. See ScaleRetainEACMethod
Public propertySpreadEtcMethod
Determines which existing spread will be used when calculating new statistical forecast spreads. See SpreadETCMethod Required.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also