Interface IConventionSubNavigator
Manage relative navigation within ViewModel
Namespace: Neutronium.BuildingBlocks.Application.Navigation
Assembly: Neutronium.BuildingBlocks.Application.dll
Syntax
public interface IConventionSubNavigator : ISubNavigator
Methods
| Improve this Doc View SourceSetChild(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 |