Show / Hide Table of Contents

Interface ISubNavigatorFactory

Manage relative navigation within ViewModel

Inherited Members
ISubNavigator.ChildName
ISubNavigator.Child
Namespace: Neutronium.BuildingBlocks.Application.Navigation
Assembly: Neutronium.BuildingBlocks.Application.dll
Syntax
public interface ISubNavigatorFactory : ISubNavigator

Methods

| Improve this Doc View Source

Create(String)

Create a ISubNavigator corresponding to a sub path and set ChildName to the corresponding relativePath.

Declaration
ISubNavigator Create(string relativePath)
Parameters
Type Name Description
System.String relativePath
Returns
Type Description
ISubNavigator

The created nested viewModel

  • Improve this Doc
  • View Source
Back to top Generated by DocFX