Interface ISubNavigator
Manage relative navigation within ViewModel
Namespace: Neutronium.BuildingBlocks.Application.Navigation
Assembly: Neutronium.BuildingBlocks.Application.dll
Syntax
public interface ISubNavigator
Properties
| Improve this Doc View SourceChild
Child
Declaration
ISubNavigator Child { get; }
Property Value
| Type | Description |
|---|---|
| ISubNavigator |
ChildName
Relative Name of Child
Declaration
string ChildName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |