Click or drag to resize

BcfUndoSerializationServiceCreateRowAddedItem Method

Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.

Namespace:  CalculationWorks.BusinessModel.UndoRedo
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
protected abstract IBcfUndoRedoItem CreateRowAddedItem(
	BcfRow row,
	Object[] values,
	short tableIndex,
	int rowId
)

Parameters

row
Type: CalculationWorks.BusinessModelBcfRow
The row.
values
Type: SystemObject
The row values.
tableIndex
Type: SystemInt16
The table index.
rowId
Type: SystemInt32
The row identifier.

Return Value

Type: IBcfUndoRedoItem
The new item.
See Also