Class ChildRoutePart<TParentViewModel, TChildViewModel, TParam>
Represents a parameterized child route part.
Inherited Members
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public abstract class ChildRoutePart<TParentViewModel, TChildViewModel, TParam> : RoutePart where TParentViewModel : class where TChildViewModel : class where TParam : notnull
Type Parameters
| Name | Description |
|---|---|
| TParentViewModel | |
| TChildViewModel | |
| TParam |
Methods
| Name | Description |
|---|---|
| ToConcrete(TParam) | Gets a concrete route with the specified parameter. |