Click or drag to resize

BcfUndoRedoItemStateIdFromDeserializedState Method

Namespace:  CalculationWorks.BusinessModel.UndoRedo
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
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
ExceptionCondition
ArgumentNullExceptionstate or dataSet is .
ArgumentExceptionstate does not implement BcfUndoRedoItemStateIdIState.
See Also