Click or drag to resize
CalculationWorks Logo
BcfDataSetDiagnosticsOnEndCreateTransaction Method
Called when a transaction was created.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public void OnEndCreateTransaction(
	BcfTransactionBuilder builder,
	bool canceled
)

Parameters

builder
Type: CalculationWorks.BusinessModelBcfTransactionBuilder
The builder.
canceled
Type: SystemBoolean
if set to true the operation was canceled.
See Also