Click or drag to resize
CalculationWorks Logo
BcfTransactionCreationReason Enumeration
Enum BcfTransactionCreationReason

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public enum BcfTransactionCreationReason
Members
  Member nameValueDescription
Unknown0 unknown
AddRow1 add row
DeleteRow2 delete row
CellUpdate3 cell update
SetParentRow4 set parent row
AddChildRow5 add child row
RemoveChildRow6 remove child row
Remarks
To provide extra data to the BcfTransaction constructor, consider to create a custom transaction builder (BcfTransactionBuilder is not sealed).
See Also