Click or drag to resize
CalculationWorks Logo
BcfRowViewSetParentRowView Method
Sets the parent BcfRowView.

Namespace: CalculationWorks.ViewModel.Windows
Assembly: CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 3.2.1.2
Syntax
public void SetParentRowView(
	string childRelationName,
	BcfRowView newParentRowView
)

Parameters

childRelationName
Type: SystemString
Name of the child relation.
newParentRowView
Type: CalculationWorks.ViewModel.WindowsBcfRowView
The new parent row view.
Exceptions
ExceptionCondition
ArgumentNullExceptionchildRelationName is null
ArgumentExceptionSpecified childRelationName is not reflected in this view (check RELATION-VIEWMANAGER-MANAGE in BCF Editor).
InvalidOperationExceptioninstance is a virtual BcfRowView and newParentRowView is not null.
Version Information

CalculationWorks.ViewModel.Windows

Supported in: 3.2, 3.0
See Also