 | BcfRowViewSetParentRowView Method (String, BcfRowView) |
[This is preliminary documentation and is subject to change.]
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntaxpublic void SetParentRowView(
string parentRelationName,
BcfRowView newParentRowView
)
Public Sub SetParentRowView (
parentRelationName As String,
newParentRowView As BcfRowView
)
Parameters
- parentRelationName
- Type: SystemString
Name of the parent relation. - newParentRowView
- Type: CalculationWorks.ViewModel.FormsBcfRowView
The new parent row-view.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | parentRelationName is null. |
| ArgumentException | Specified parentRelationName is not reflected in this view.
or
Specified newParentRowView is not dedicated repository (wrong table or different view-manager instance). |
See Also