Show / Hide Table of Contents

Struct DirectedIdInfo

A data structure with all the info about one directed id.

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: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public struct DirectedIdInfo

Constructors

DirectedIdInfo(Int32)

Creates a new directed id info.

Declaration
public DirectedIdInfo(int directedId)
Parameters
System.Int32 directedId

Properties

ArrivalId

Gets the arrival id.

Declaration
public int ArrivalId { get; }
Property Value
System.Int32

ArrivalOffset

Gets the arrival offset.

Declaration
public int ArrivalOffset { get; }
Property Value
System.Int32

DepartureId

Gets the departure id.

Declaration
public int DepartureId { get; }
Property Value
System.Int32

DepartureOffset

Gets the departure offset.

Declaration
public int DepartureOffset { get; }
Property Value
System.Int32

DirectedId

Gets the directed id.

Declaration
public int DirectedId { get; set; }
Property Value
System.Int32

Id

Gets the id.

Declaration
public int Id { get; }
Property Value
System.Int32

Turn

Gets the turn.

Declaration
public int Turn { get; }
Property Value
System.Int32

Methods

ToString()

Returns a description of the data this directed id represents.

Declaration
public override string ToString()
Returns
System.String

Overrides
System.ValueType.ToString()
Back to top Built by Itinero, MIT licensed.