CalculationWorks Logo
BcfDataSetStateId Property CalculationWorks BCF Library 1.1 for .NET Framework 4.5

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

Gets the state identifier.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 1.1.0.0
Syntax

public Guid StateId { get; }

Property Value

Type: Guid
The state identifier.
Remarks

A new identifier will be created each time right before a transaction (not a subtransaction) is committed. Undo and Redo will restore the StateId.
See Also

Reference