 | BcfUndoSerializationServiceCreateParentRowSetItem 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 BcfUndoRedoItemParentRowSet CreateParentRowSetItem(
long parentCellId,
int oldRelatedRowId,
int newRelatedRowId
)
Protected MustOverride Function CreateParentRowSetItem (
parentCellId As Long,
oldRelatedRowId As Integer,
newRelatedRowId As Integer
) As BcfUndoRedoItemParentRowSet
Parameters
- parentCellId
- Type: SystemInt64
The identifier of the BcfParentRelationCell. - oldRelatedRowId
- Type: SystemInt32
The identifier of the old ParentRow. - newRelatedRowId
- Type: SystemInt32
The identifier of the new ParentRow.
Return Value
Type:
BcfUndoRedoItemParentRowSetThe new item.
See Also