Click or drag to resize
CalculationWorks Logo
BcfDataSetStateIdBehaviorValue Property
Gets the state identifier.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public Guid Value { get; }

Property Value

Type: Guid
The state identifier.
Remarks

Undo and Redo will restore the value.

With base implementation a new identifier will be created each time right before a transaction (not a subtransaction) is committed.

See Also