Click or drag to resize

BcfTransactionCreationReason Enumeration

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

Enum BcfTransactionCreationReason

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
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 BcfTransaction constructor, consider create a custom transaction builder (BcfTransactionBuilder is not sealed).
See Also