Click or drag to resize

BcfRowViewGetParentRowView Method (BcfRelation)

Gets the parent row view by specified relation.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
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 .
ArgumentExceptionSpecified parentRelation is not a reflected parent-relation in this view.
See Also