Click or drag to resize

BcfRowViewSetParentRowView Method (BcfRelation, BcfRowView)

Sets the parent BcfRowView.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntax
public void SetParentRowView(
	BcfRelation parentRelation,
	BcfRowView newParentRowView
)

Parameters

parentRelation
Type: CalculationWorks.BusinessModelBcfRelation
The parent relation.
newParentRowView
Type: CalculationWorks.ViewModel.FormsBcfRowView
The new parent row-view.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentRelation is .
ArgumentException

Specified parentRelation is not reflected in this view.

or

Specified newParentRowView is not dedicated repository (wrong table or different view-manager instance).

See Also