 | BcfUndoSerializationServiceCreateTableSortItem 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
Syntaxprotected abstract BcfUndoRedoItemTableSort CreateTableSortItem(
short tableIndex,
int[] oldSequence,
int[] newSequence
)
Protected MustOverride Function CreateTableSortItem (
tableIndex As Short,
oldSequence As Integer(),
newSequence As Integer()
) As BcfUndoRedoItemTableSort
Parameters
- tableIndex
- Type: SystemInt16
The table index. - oldSequence
- Type: SystemInt32
The old identifier sequence. - newSequence
- Type: SystemInt32
The new identifier sequence.
Return Value
Type:
BcfUndoRedoItemTableSortThe new item.
See Also