Click or drag to resize
CalculationWorks Logo
BcfRowViewGetChildView Method (BcfRelation)
Gets a child view by the specified relation.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.2.1.2
Syntax
public BcfTableViewBase GetChildView(
	BcfRelation parentRelation
)

Parameters

parentRelation
Type: CalculationWorks.BusinessModelBcfRelation
The relation.

Return Value

Type: BcfTableViewBase
BcfTableViewBase.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentRelation is null
ArgumentExceptionSpecified parentRelation is not reflected in this view (check RELATION-VIEWMANAGER-MANAGE in BCF Editor).
Version Information

CalculationWorks.ViewModel.Forms

Supported in: 3.2, 3.0, 2.1, 2.0
See Also