Class

CurrentFlightPlanWeather

USI.FlightPlanning

Public SDK type.

public sealed class CurrentFlightPlanWeather : IEquatable<CurrentFlightPlanWeather>

Constructors

CurrentFlightPlanWeather

public CurrentFlightPlanWeather(FlightPlanWeatherBriefing Briefing, WeatherCollection<MetarObservation> Observations, WeatherCollection<TerminalForecast> Forecasts)

Properties

Briefing

public FlightPlanWeatherBriefing Briefing { get; set; }

Forecasts

public WeatherCollection<TerminalForecast> Forecasts { get; set; }

Observations

public WeatherCollection<MetarObservation> Observations { get; set; }

Methods

<Clone>$

public CurrentFlightPlanWeather <Clone>$()

Deconstruct

public void Deconstruct(FlightPlanWeatherBriefing Briefing, WeatherCollection<MetarObservation> Observations, WeatherCollection<TerminalForecast> Forecasts)

Equals

public bool Equals(object obj)

Equals

public bool Equals(CurrentFlightPlanWeather other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()