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

Search Results for

    Class RootRoutePart<TViewModel>

    Represents a root route part with no parameters.

    Inheritance
    object
    RoutePart
    RoutePart<TViewModel>
    RootRoutePart<TViewModel>
    Implements
    IConcreteRootRoutePart<TViewModel>
    IConcreteRootRoutePart
    IConcreteRoutePart
    IEquatable<IConcreteRoutePart>
    Inherited Members
    RoutePart.ViewModelType
    Namespace: Singulink.UI.Navigation
    Assembly: Singulink.UI.Navigation.dll
    Syntax
    public class RootRoutePart<TViewModel> : RoutePart<TViewModel>, IConcreteRootRoutePart<TViewModel>, IConcreteRootRoutePart, IConcreteRoutePart, IEquatable<IConcreteRoutePart> where TViewModel : class
    Type Parameters
    Name Description
    TViewModel

    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.

    © Singulink. All rights reserved.