Show / Hide Table of Contents

Struct RouteDestination

Route destination

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
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 RouteDestination

Constructors

| Improve this Doc View Source

RouteDestination(Type, String)

Declaration
public RouteDestination(Type type, string resolutionKey = null)
Parameters
Type Name Description
System.Type type
System.String resolutionKey

Properties

| Improve this Doc View Source

ResolutionKey

Resolution key to be used in common service locator

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

Type

Destination type

Declaration
public Type Type { get; }
Property Value
Type Description
System.Type
  • Improve this Doc
  • View Source
Back to top Generated by DocFX