Click or drag to resize

BcfTransactionRecalculateAllRules Property

Gets a value indicating whether all rules should be executed on next Compute(Boolean) (computeRules = ) independent of cell state evaluation.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public bool RecalculateAllRules { get; }

Property Value

Type: Boolean
if all rules should be executed on next Compute(Boolean) (computeRules = ) independent of cell state evaluation; otherwise, .
See Also