Class

FlightIdentity

USI.FlightPlanning

Public SDK type.

public sealed class FlightIdentity : IEquatable<FlightIdentity>

Constructors

FlightIdentity

public FlightIdentity(string Release, string AirlineIdentifier, string FlightNumber, string DispatcherRemarks, bool IsEtops, bool HasDetailedProfile, int? CostIndex, int? PassengerCount, string ContingencyRule)

Properties

AirlineIdentifier

public string AirlineIdentifier { get; set; }

ContingencyRule

public string ContingencyRule { get; set; }

CostIndex

public int? CostIndex { get; set; }

DispatcherRemarks

public string DispatcherRemarks { get; set; }

FlightNumber

public string FlightNumber { get; set; }

HasDetailedProfile

public bool HasDetailedProfile { get; set; }

IsEtops

public bool IsEtops { get; set; }

PassengerCount

public int? PassengerCount { get; set; }

Release

public string Release { get; set; }

Methods

<Clone>$

public FlightIdentity <Clone>$()

Deconstruct

public void Deconstruct(string Release, string AirlineIdentifier, string FlightNumber, string DispatcherRemarks, bool IsEtops, bool HasDetailedProfile, int? CostIndex, int? PassengerCount, string ContingencyRule)

Equals

public bool Equals(object obj)

Equals

public bool Equals(FlightIdentity other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()