Click or drag to resize

BcfRowState Enumeration

Represents the state of a BcfRow (see RowState).

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
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