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

Search Results for

    Method CurrentPathStartsWith

    CurrentPathStartsWith<TRootViewModel>(IConcreteRootRoutePart<TRootViewModel>, IConcreteChildRoutePart<TRootViewModel>)

    Determines whether the current route path starts with the same path as the specified route.

    Declaration
    bool CurrentPathStartsWith<TRootViewModel>(IConcreteRootRoutePart<TRootViewModel> rootRoutePart, IConcreteChildRoutePart<TRootViewModel> childRoutePart) where TRootViewModel : class
    Parameters
    Type Name Description
    IConcreteRootRoutePart<TRootViewModel> rootRoutePart
    IConcreteChildRoutePart<TRootViewModel> childRoutePart
    Returns
    Type Description
    bool
    Type Parameters
    Name Description
    TRootViewModel
    Remarks

    This method does not require the mapped views or view models on the current and specified routes to match, only the route paths.

    CurrentPathStartsWith<TRootViewModel, TChildViewModel1>(IConcreteRootRoutePart<TRootViewModel>, IConcreteChildRoutePart<TRootViewModel, TChildViewModel1>, IConcreteChildRoutePart<TChildViewModel1>)

    Determines whether the current route path starts with the same path as the specified route.

    Declaration
    bool CurrentPathStartsWith<TRootViewModel, TChildViewModel1>(IConcreteRootRoutePart<TRootViewModel> rootRoutePart, IConcreteChildRoutePart<TRootViewModel, TChildViewModel1> childRoutePart1, IConcreteChildRoutePart<TChildViewModel1> childRoutePart2) where TRootViewModel : class where TChildViewModel1 : class
    Parameters
    Type Name Description
    IConcreteRootRoutePart<TRootViewModel> rootRoutePart
    IConcreteChildRoutePart<TRootViewModel, TChildViewModel1> childRoutePart1
    IConcreteChildRoutePart<TChildViewModel1> childRoutePart2
    Returns
    Type Description
    bool
    Type Parameters
    Name Description
    TRootViewModel
    TChildViewModel1
    Remarks

    This method does not require the mapped views or view models on the current and specified routes to match, only the route paths.

    CurrentPathStartsWith<TRootViewModel, TChildViewModel1, TChildViewModel2>(IConcreteRootRoutePart<TRootViewModel>, IConcreteChildRoutePart<TRootViewModel, TChildViewModel1>, IConcreteChildRoutePart<TChildViewModel1, TChildViewModel2>, IConcreteChildRoutePart<TChildViewModel2>)

    Determines whether the current route path starts with the same path as the specified route.

    Declaration
    bool CurrentPathStartsWith<TRootViewModel, TChildViewModel1, TChildViewModel2>(IConcreteRootRoutePart<TRootViewModel> rootRoutePart, IConcreteChildRoutePart<TRootViewModel, TChildViewModel1> childRoutePart1, IConcreteChildRoutePart<TChildViewModel1, TChildViewModel2> childRoutePart2, IConcreteChildRoutePart<TChildViewModel2> childRoutePart3) where TRootViewModel : class where TChildViewModel1 : class where TChildViewModel2 : class
    Parameters
    Type Name Description
    IConcreteRootRoutePart<TRootViewModel> rootRoutePart
    IConcreteChildRoutePart<TRootViewModel, TChildViewModel1> childRoutePart1
    IConcreteChildRoutePart<TChildViewModel1, TChildViewModel2> childRoutePart2
    IConcreteChildRoutePart<TChildViewModel2> childRoutePart3
    Returns
    Type Description
    bool
    Type Parameters
    Name Description
    TRootViewModel
    TChildViewModel1
    TChildViewModel2
    Remarks

    This method does not require the mapped views or view models on the current and specified routes to match, only the route paths.

    © Singulink. All rights reserved.