Struct RouteInfo
Route description
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Neutronium.BuildingBlocks.Application.Navigation
Assembly: Neutronium.BuildingBlocks.Application.dll
Syntax
public struct RouteInfo
Constructors
| Improve this Doc View SourceRouteInfo(Object, String)
Declaration
public RouteInfo(object viewModel, string routeName)
Parameters
Type | Name | Description |
---|---|---|
System.Object | viewModel | |
System.String | routeName |
Properties
| Improve this Doc View SourceRouteName
Destination route
Declaration
public string RouteName { get; }
Property Value
Type | Description |
---|---|
System.String |
ViewModel
Destination viewModel
Declaration
public object ViewModel { get; }
Property Value
Type | Description |
---|---|
System.Object |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()