CalculationWorks Logo
BcfRowState EnumerationCalculationWorks BCF Library 1.1 for .NET Framework 4.5

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

Enum BcfRowState

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 1.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.
Deleted4 The row is deleted.
See Also

Reference