Click or drag to resize

BcfUndoSerializationServiceCreateParentRowSetItem 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
Syntax
protected abstract BcfUndoRedoItemParentRowSet CreateParentRowSetItem(
	long parentCellId,
	int oldRelatedRowId,
	int newRelatedRowId
)

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: BcfUndoRedoItemParentRowSet
The new item.
See Also