UI Tookit UI Tookit
UI Tookit UI Tookit
DocFX + Singulink = ♥

Search Results for

    Class NestedRoute<TParentViewModel, TNestedViewModel>

    Represents a nested route without a parameter.

    Inheritance
    object
    RouteBase
    RouteBase<TNestedViewModel>
    NestedRoute<TParentViewModel, TNestedViewModel>
    Implements
    ISpecifiedNestedRoute<TParentViewModel, TNestedViewModel>
    ISpecifiedRoute
    IEquatable<ISpecifiedRoute>
    Namespace: Singulink.UI.Navigation
    Assembly: Singulink.UI.Navigation.dll
    Syntax
    public class NestedRoute<TParentViewModel, TNestedViewModel> : RouteBase<TNestedViewModel>, ISpecifiedNestedRoute<TParentViewModel, TNestedViewModel>, ISpecifiedRoute, IEquatable<ISpecifiedRoute> where TNestedViewModel : class
    Type Parameters
    Name Description
    TParentViewModel
    TNestedViewModel

    Methods

    Name Description
    ToString()

    Gets the route string.

    TryMatch(ReadOnlySpan<char>, out ISpecifiedRoute, out ReadOnlySpan<char>)

    Internal use.

    Explicit Interface Implementations

    Name Description
    ISpecifiedRoute.Route

    Gets the route that this specified route is based on.

    IEquatable<ISpecifiedRoute>.Equals(ISpecifiedRoute?)

    Indicates whether the current object is equal to another object of the same type.

    © Singulink. All rights reserved.