Class ChildRoutePart<TParentViewModel, TChildViewModel>
Represents a child route part with no parameters.
Implements
IConcreteChildRoutePart<TParentViewModel, TChildViewModel>
IConcreteChildRoutePart<TParentViewModel>
Inherited Members
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public class ChildRoutePart<TParentViewModel, TChildViewModel> : RoutePart<TChildViewModel>, IConcreteChildRoutePart<TParentViewModel, TChildViewModel>, IConcreteChildRoutePart<TParentViewModel>, IConcreteRoutePart, IEquatable<IConcreteRoutePart> where TParentViewModel : class where TChildViewModel : class
Type Parameters
| Name | Description |
|---|---|
| TParentViewModel | |
| TChildViewModel |
Methods
| Name | Description |
|---|---|
| ToString() | Gets the route string. |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IConcreteRoutePart.Parameter | Gets the parameter (or parameters tuple, if there are multiple parameters) for this concrete route part, or null if the route part does not take a parameter. |
| IConcreteRoutePart.RoutePart | Gets the route part that this concrete route is based on. |
| IEquatable<IConcreteRoutePart>.Equals(IConcreteRoutePart?) | Indicates whether the current object is equal to another object of the same type. |