Click or drag to resize

IBcfUndoRedoItemIsDataUpdate Method

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

Gets a value indicating the operation updates serializable data.

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

Parameters

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

Return Value

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

IsDataUpdate on IBcfUndoRedoItemValueChanged items should return BcfColumn.ShouldPersist.

Row add and delete items should return BcfTable.ShouldPersist.

See Also