Click or drag to resize

BcfUndoRedoItemStateIdFromDeserializedState Method

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

Namespace:  CalculationWorks.BusinessModel.UndoRedo
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public static BcfUndoRedoItemStateId FromDeserializedState(
	Object state,
	BcfDataSet dataSet
)

Parameters

state
Type: SystemObject
The deserialized state-object.
dataSet
Type: CalculationWorks.BusinessModelBcfDataSet
The data set.

Return Value

Type: BcfUndoRedoItemStateId
The restored item.
Exceptions
See Also