 |
| BcfRowViewGetChildView Method (BcfRelation) |
Gets a child view by the specified relation.
Namespace: CalculationWorks.ViewModel.WindowsAssembly: CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 3.2.1.2
Syntaxpublic BcfTableViewBase GetChildView(
BcfRelation parentRelation
)
Public Function GetChildView (
parentRelation As BcfRelation
) As BcfTableViewBase
public:
BcfTableViewBase^ GetChildView(
BcfRelation^ parentRelation
)
member GetChildView :
parentRelation : BcfRelation -> BcfTableViewBase
Parameters
- parentRelation
- Type: CalculationWorks.BusinessModelBcfRelation
The relation.
Return Value
Type:
BcfTableViewBaseBcfTableViewBase.
Exceptions
Version InformationCalculationWorks.ViewModel.Windows
Supported in: 3.2, 3.0, 2.1, 2.0
See Also