Click or drag to resize

UpdateTotalsServiceArguments Class

Contains options to run Update Totals.
Inheritance Hierarchy
SystemObject
  SerializableObjects
    ProjectOperationsServiceArguments
      Cobra.WebService.ClientAPI.Application.FilesUpdateTotalsServiceArguments

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]
public class UpdateTotalsServiceArguments : ProjectOperationsServiceArguments

The UpdateTotalsServiceArguments type exposes the following members.

Constructors
  NameDescription
Protected methodUpdateTotalsServiceArguments
Initializes a new instance of UpdateTotalsServiceArguments class.
Top
Properties
  NameDescription
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 on which to update totals.
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 propertyTotalList
The list of cost categories whose totals will be updated. Optional. If TotalList is left empty, all costs will be updated. Valid options are: BudgetEarnedActualsForecast
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