Click or drag to resize

IntegrateActualCostsServiceArgumentsZeroUnreferencedActualCosts Property

Determines whether Cobra zeroes out actual cost records that do not have a corresponding entry in the load actuals transaction file. This setting only applies if IncludedCosts is Cumulative. Optional. If configuration file is used and this is not set, the setting in the saved configuration is used. If configuration file is not used and this is not set, Cobra zeroes out actual costs records.

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#
public Nullable<bool> ZeroUnreferencedActualCosts { get; set; }

Property Value

Type: NullableBoolean
See Also