Class

AirportProcedureEnrouteTransition

USI.Core

An enroute-specific path into or out of an airport procedure.

public sealed class AirportProcedureEnrouteTransition : IEquatable<AirportProcedureEnrouteTransition>

Constructors

AirportProcedureEnrouteTransition

public AirportProcedureEnrouteTransition(string Name, UInt32 LegCount, IReadOnlyList<ProcedureLeg> Legs)

An enroute-specific path into or out of an airport procedure.

Properties

LegCount

public UInt32 LegCount { get; set; }

Legs

public IReadOnlyList<ProcedureLeg> Legs { get; set; }

Name

public string Name { get; set; }

Methods

<Clone>$

public AirportProcedureEnrouteTransition <Clone>$()

Deconstruct

public void Deconstruct(string Name, UInt32 LegCount, IReadOnlyList<ProcedureLeg> Legs)

Equals

public bool Equals(object obj)

Equals

public bool Equals(AirportProcedureEnrouteTransition other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()