Click or drag to resize

BcfViewManagerSetParentRow Method

Normal (non-virtual) BcfRowView.SetParentRowView(BcfRelation, BcfRowView) is redirected to this virtual method.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntax
protected virtual void SetParentRow(
	BcfParentRelationCell cell,
	BcfRow parentRow
)

Parameters

cell
Type: CalculationWorks.BusinessModelBcfParentRelationCell
The BcfParentRelationCell to update.
parentRow
Type: CalculationWorks.BusinessModelBcfRow
The parent row to set.
Exceptions
ExceptionCondition
ArgumentNullExceptioncell
See Also