Click or drag to resize

BcfRowViewGetParentRowView Method (BcfRelation)

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

Gets the parent row view by specified relation.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta6
Syntax
public BcfRowView GetParentRowView(
	BcfRelation parentRelation
)

Parameters

parentRelation
Type: CalculationWorks.BusinessModelBcfRelation
The relation.

Return Value

Type: BcfRowView
The parent row view by specified relation.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentRelation is null.
ArgumentExceptionSpecified parentRelation is not a reflected parent-relation in this view.
Version Information

Forms

Supported in: 4.0
See Also