Click or drag to resize

BcfRowViewGetParentRowView Method (String)

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

Gets the parent row view specified by relation name.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntax
public BcfRowView GetParentRowView(
	string parentRelationName
)

Parameters

parentRelationName
Type: SystemString
Name of the relation.

Return Value

Type: BcfRowView
The parent row view.
Exceptions
ExceptionCondition
ArgumentExceptionSpecified parentRelationName is not a reflected parent-relation in this view.
See Also