 | BcfUndoSerializationServiceCreateRowDeletedItem Method |
[This is preliminary documentation and is subject to change.]
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.0.0-beta7
Syntaxprotected abstract IBcfUndoRedoItem CreateRowDeletedItem(
BcfRow row,
Object[] values,
short tableIndex,
int rowId,
int rowIndex
)
Protected MustOverride Function CreateRowDeletedItem (
row As BcfRow,
values As Object(),
tableIndex As Short,
rowId As Integer,
rowIndex As Integer
) As IBcfUndoRedoItem
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. - rowIndex
- Type: SystemInt32
The row index.
Return Value
Type:
IBcfUndoRedoItemThe new item.
See Also