Click or drag to resize

BcfDataSetOnBeginCompute Method

[This is preliminary documentation and is subject to change.]

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

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

Parameters

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