Click or drag to resize

BcfViewManagerSetParentRow Method

[This is preliminary documentation and is subject to change.]

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

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta7
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