Click or drag to resize

BcfRowViewSetParentRowView Method (BcfRelation, BcfRowView)

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

Sets the parent BcfRowView.

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