Click or drag to resize

BcfRowViewSetParentRowView Method (String, 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(
	string parentRelationName,
	BcfRowView newParentRowView
)

Parameters

parentRelationName
Type: SystemString
Name of the parent relation.
newParentRowView
Type: CalculationWorks.ViewModel.FormsBcfRowView
The new parent row-view.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentRelationName is null.
ArgumentException

Specified parentRelationName is not reflected in this view.

or

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

See Also