Click or drag to resize

BcfRowState Enumeration

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

Represents the state of a BcfRow (see RowState).

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public enum BcfRowState
Members
  Member nameValueDescription
Created0 The BcfRow is created but not yet in BcfTable.
Valid1 The BcfRow is added to the BcfTable.
UndoneAdded2 The BcfRow was already added to the BcfTable, but adding was undone.
Deleting3 The BcfRow is currently processing Delete.
Deleted4 The BcfRow is deleted.
See Also