CalculationWorks Logo
BcfTransactionCompute Method CalculationWorks BCF Library 1.1 for .NET Framework 4.5

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

Executes all necessary operations to bring the BcfCell.Values up to date. The validation tags will not be updated.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 1.1.0.0
Syntax

public void Compute()
Exceptions

ExceptionCondition
InvalidOperationException

IsDiscarded is true

IsCurrent is false

Remarks

You only need to call this method if you have to get computed values within a transaction. For example this is necessary when coding a content based BcfColumnValueSetter.

Before every begin and end of any transaction or subtransaction the queued calculations and validations will be processed.

See Also

Reference