Click or drag to resize

BcfUndoSerializationServiceCreateRowDeletedItemTRowUndoPoco 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-beta6
Syntax
protected abstract BcfUndoRedoItemRowDeleted<TRowUndoPoco> CreateRowDeletedItem<TRowUndoPoco>(
	BcfRow row,
	TRowUndoPoco rowData,
	short tableIndex,
	int rowId,
	int rowIndex
)
where TRowUndoPoco : new()

Parameters

row
Type: CalculationWorks.BusinessModelBcfRow
The row.
rowData
Type: TRowUndoPoco
The serializable row data.
tableIndex
Type: SystemInt16
The index of the table.
rowId
Type: SystemInt32
The identifier of the row.
rowIndex
Type: SystemInt32
The index of the row.

Type Parameters

TRowUndoPoco
The serializable row-data type.

Return Value

Type: BcfUndoRedoItemRowDeletedTRowUndoPoco
The new item.
Version Information

BCF

Supported in: 4.0
See Also