 | BcfUndoSerializationServiceCreateRowAddedItemTRowUndoPoco 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
Syntaxprotected abstract BcfUndoRedoItemRowAdded<TRowUndoPoco> CreateRowAddedItem<TRowUndoPoco>(
BcfRow row,
TRowUndoPoco rowData,
short tableIndex,
int rowId
)
where TRowUndoPoco : new()
Protected MustOverride Function CreateRowAddedItem(Of TRowUndoPoco As New) (
row As BcfRow,
rowData As TRowUndoPoco,
tableIndex As Short,
rowId As Integer
) As BcfUndoRedoItemRowAdded(Of TRowUndoPoco)
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.
Type Parameters
- TRowUndoPoco
- The serializable row-data type.
Return Value
Type:
BcfUndoRedoItemRowAddedTRowUndoPocoThe new item.
Version InformationBCF
Supported in: 4.0
See Also