Click or drag to resize

IntegrateProjectDataServiceArgumentsForecastCriteria Class

Contains criteria related to integration of forecast data.
Inheritance Hierarchy
SystemObject
  Cobra.Model.WebServiceIntegrateProjectDataServiceArgumentsForecastCriteria

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 class ForecastCriteria

The IntegrateProjectDataServiceArgumentsForecastCriteria type exposes the following members.

Properties
  NameDescription
Public propertyBaseline
Determine the forecast baseline. Optional. If not set, the Forecast baseline in the saved configuration is used.
Public propertyDefaultClass
Determine the default forecast class that will be imported to the forecast resource assignment data. Optional. If not set, the default forecast class in the saved configuration is used.
Public propertyLoadResourceAssignments
Determines whether resource assignments will be imported for forecast class. Optional. If not set, the Load forecast resource assignment in the saved configuration is used.
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