Class

WeatherStation

USI.Weather

Public SDK type.

public sealed class WeatherStation : IEquatable<WeatherStation>

Constructors

WeatherStation

public WeatherStation(string Identifier, string IataIdentifier, string FaaIdentifier, string Name, string StateOrRegion, string Country, WeatherLocation Location, IReadOnlyList<WeatherStationProduct> AvailableProducts)

Properties

AvailableProducts

public IReadOnlyList<WeatherStationProduct> AvailableProducts { get; set; }

Country

public string Country { get; set; }

FaaIdentifier

public string FaaIdentifier { get; set; }

IataIdentifier

public string IataIdentifier { get; set; }

Identifier

public string Identifier { get; set; }

Location

public WeatherLocation Location { get; set; }

Name

public string Name { get; set; }

StateOrRegion

public string StateOrRegion { get; set; }

Methods

<Clone>$

public WeatherStation <Clone>$()

Deconstruct

public void Deconstruct(string Identifier, string IataIdentifier, string FaaIdentifier, string Name, string StateOrRegion, string Country, WeatherLocation Location, IReadOnlyList<WeatherStationProduct> AvailableProducts)

Equals

public bool Equals(object obj)

Equals

public bool Equals(WeatherStation other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()