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.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta6
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
Version Information

Forms

Supported in: 4.0
See Also