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 SourceRouteDestination(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 SourceResolutionKey
Resolution key to be used in common service locator
Declaration
public string ResolutionKey { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
Destination type
Declaration
public Type Type { get; }
Property Value
Type | Description |
---|---|
System.Type |