 | BcfUndoRedoItemRowDeletedFromDeserializedState 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-beta6
Syntaxpublic static IBcfUndoRedoItem FromDeserializedState(
Object state,
BcfDataSet dataSet
)
Public Shared Function FromDeserializedState (
state As Object,
dataSet As BcfDataSet
) As IBcfUndoRedoItem
Parameters
- state
- Type: SystemObject
The deserialized state-object. - dataSet
- Type: CalculationWorks.BusinessModelBcfDataSet
The data set.
Return Value
Type:
IBcfUndoRedoItemThe restored item.
Exceptions
Version InformationBCF
Supported in: 4.0
See Also