Click or drag to resize

IBcfUndoRedoItemIsDataUpdate Method

Gets a value indicating the operation updates serializable data.

Namespace:  CalculationWorks.BusinessModel.UndoRedo
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
bool IsDataUpdate(
	BcfDataSet dataSet
)

Parameters

dataSet
Type: CalculationWorks.BusinessModelBcfDataSet
The BcfDataSet the IBcfUndoRedoItem belongs to.

Return Value

Type: Boolean
if the operation updates model data; otherwise .
Remarks

IsDataUpdate on IBcfUndoRedoItemValueChanged items should return BcfColumn.ShouldPersist.

Row add and delete items should return BcfTable.ShouldPersist.

See Also