Method Child
Child<TParentViewModel, TChildViewModel>()
Creates a child route part group for the specified parent and child view model types.
Declaration
public ChildRoutePart<TParentViewModel, TChildViewModel, TParam> Child<TParentViewModel, TChildViewModel>() where TParentViewModel : class, IRoutedViewModelBase where TChildViewModel : class, IRoutedViewModel<TParam>
Returns
| Type |
Description |
| ChildRoutePart<TParentViewModel, TChildViewModel, TParam> |
|
Type Parameters
| Name |
Description |
| TParentViewModel |
|
| TChildViewModel |
|
Exceptions
| Type |
Condition |
| InvalidOperationException |
Parent and child view models were the same type or fewer than two builders were added.
|