Click or drag to resize
CalculationWorks Logo
BcfTransactionAddItems Method
Adds the items to the transactions compensation repository.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
protected void AddItems(
	IEnumerable<IBcfUndoRedoItem> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableIBcfUndoRedoItem
The item.
Exceptions
ExceptionCondition
ArgumentNullExceptionitem is null
InvalidOperationException

IsCurrent is false

IsRolledBack is true

Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also