Click or drag to resize

BcfRowViewGetChildView Method (BcfRelation)

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

Gets the child view specified by relation.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntax
public BcfTableViewBase GetChildView(
	BcfRelation childRelation
)

Parameters

childRelation
Type: CalculationWorks.BusinessModelBcfRelation
The relation.

Return Value

Type: BcfTableViewBase
The child view specified by relation.
Exceptions
ExceptionCondition
ArgumentNullExceptionchildRelation is null.
ArgumentExceptionSpecified childRelation is not a reflected child-relation in this view.
See Also