Click or drag to resize

BcfDataSetOnBeginCompute Method

Called when calculations begins after the calculation-plan is initialized (see CurrentCalculationPlan).

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public virtual void OnBeginCompute(
	bool computeRules
)

Parameters

computeRules
Type: SystemBoolean
A value indicating current calculation should contain rules.
See Also