Click or drag to resize

BcfDataSetOnEndCompute Method

Called when calculations ends just before the calculation-plan is cleared (see CurrentCalculationPlan).

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

Parameters

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