QDVEstimate.ComputeAll Method

NOTE: This member is now obsolete. Use Qdv.UserApi.IEstimateVersion.ComputeAll instead.

Computes costs and selling prices.
[Obsolete("Use Qdv.UserApi.IEstimateVersion.ComputeAll instead.")] 
public void ComputeAll( 
int ForceComputeAll = 0, 
int ForceSynchroManagement = 0 
)
This language is not supported or no code example is available.

Parameters

ForceComputeAll
int

If 1, then the forced calculation is done, regardless of whether the data in a row is already correctly computed or not. If other than 1, then the calculation is done only for rows that are internally marked as "not computed" yet.

ForceSynchroManagement
int

Indicates whether the synchronization to Project management is forced (mandatory). 1=yes, 0=no.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition