Show / Hide Table of Contents

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 Source

RouteInfo(Object, String)

Declaration
public RouteInfo(object viewModel, string routeName)
Parameters
Type Name Description
System.Object viewModel
System.String routeName

Properties

| Improve this Doc View Source

RouteName

Destination route

Declaration
public string RouteName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ViewModel

Destination viewModel

Declaration
public object ViewModel { get; }
Property Value
Type Description
System.Object

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.ValueType.ToString()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX