Artemis Artemis
Artemis Artemis

Search Results for

    Interface IRouterRegistration

    Represents a registration for a route.

    Namespace: Artemis.UI.Shared.Routing
    Assembly: Artemis.UI.Shared.dll
    Syntax
    public interface IRouterRegistration

    Properties

    Children

    Gets or sets the child registrations of this route.

    Declaration
    List<IRouterRegistration> Children { get; set; }
    Property Value
    Type Description
    List<IRouterRegistration>

    Route

    Gets the route associated with this registration.

    Declaration
    Route Route { get; }
    Property Value
    Type Description
    Route

    ViewModel

    Gets the type of the view model associated with the route.

    Declaration
    Type ViewModel { get; }
    Property Value
    Type Description
    Type
    Content is available under the PolyForm Noncommercial License, by Artemis RGB.