Click or drag to resize

BcfUndoRedoItemParentRowSetFromDeserializedState Method

Namespace:  CalculationWorks.BusinessModel.UndoRedo
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public static BcfUndoRedoItemParentRowSet FromDeserializedState(
	Object state,
	BcfDataSet dataSet
)

Parameters

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

Return Value

Type: BcfUndoRedoItemParentRowSet
The restored item.
Exceptions
ExceptionCondition
ArgumentNullExceptionstate or dataSet is .
ArgumentExceptionstate does not implement BcfUndoRedoItemParentRowSetIState.
See Also