Show / Hide Table of Contents

Interface IConventionSubNavigator

Manage relative navigation within ViewModel

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

Methods

| Improve this Doc View Source

SetChild(String, Object)

Set Child and ChildName to the corresponding values.

Declaration
void SetChild(string relativePath, object child)
Parameters
Type Name Description
System.String relativePath
System.Object child
  • Improve this Doc
  • View Source
Back to top Generated by DocFX