Class

TerminalForecast

USI.Weather

Public SDK type.

public sealed class TerminalForecast : IEquatable<TerminalForecast>

Constructors

TerminalForecast

public TerminalForecast(string StationIdentifier, DateTimeOffset? IssuedAt, DateTimeOffset? ValidFrom, DateTimeOffset? ValidTo, WeatherLocation Location, IReadOnlyList<TerminalForecastPeriod> Periods, string RawText)

Properties

IssuedAt

public DateTimeOffset? IssuedAt { get; set; }

Location

public WeatherLocation Location { get; set; }

Periods

public IReadOnlyList<TerminalForecastPeriod> Periods { get; set; }

RawText

public string RawText { get; set; }

StationIdentifier

public string StationIdentifier { get; set; }

ValidFrom

public DateTimeOffset? ValidFrom { get; set; }

ValidTo

public DateTimeOffset? ValidTo { get; set; }

Methods

<Clone>$

public TerminalForecast <Clone>$()

Deconstruct

public void Deconstruct(string StationIdentifier, DateTimeOffset? IssuedAt, DateTimeOffset? ValidFrom, DateTimeOffset? ValidTo, WeatherLocation Location, IReadOnlyList<TerminalForecastPeriod> Periods, string RawText)

Equals

public bool Equals(object obj)

Equals

public bool Equals(TerminalForecast other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()