Click or drag to resize

IBcfTransactionData Interface

Transaction data interface.

Namespace:  CalculationWorks.BusinessModel.UndoRedo
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public interface IBcfTransactionData

The IBcfTransactionData type exposes the following members.

Properties
  NameDescription
Public propertyInfo
Gets custom information about the BcfTransaction.
Public propertyItems
Gets the rollback-undo-redo operations.
Top
Remarks
Without using transaction persistence (BcfUndoRepository without using streams) all instances of IBcfTransactionData are BcfTransaction instances.
See Also