Click or drag to resize
CalculationWorks Logo
BcfRowState Enumeration
Enum BcfRowState

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public enum BcfRowState
Members
  Member nameValueDescription
Created0 The row is created but not yet in the table.
Valid1 The row is added to the tables row collection.
UndoneAdded2 The row was already added to the table, but adding was undone.
Deleting3 The row is currently processing Delete(Boolean).
Deleted4 The row is deleted.
See Also