Aydsko iRacing Data API
Show / Hide Table of Contents

Class Weather

Inheritance
object
Weather
HostedSessionWeather
ResultsWeather
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Aydsko.iRacingData.Common
Assembly: Aydsko.iRacingData.dll
Syntax
public class Weather

Properties

Fog

Declaration
[JsonPropertyName("fog")]
public int Fog { get; set; }
Property Value
Type Description
int

RelHumidity

Declaration
[JsonIgnore]
[Obsolete("Use \"RelativeHumidity\" property instead.")]
public int RelHumidity { get; set; }
Property Value
Type Description
int

RelativeHumidity

Declaration
[JsonPropertyName("rel_humidity")]
public int RelativeHumidity { get; set; }
Property Value
Type Description
int

Skies

Declaration
[JsonPropertyName("skies")]
public int Skies { get; set; }
Property Value
Type Description
int

TempUnits

Declaration
[JsonIgnore]
[Obsolete("Use \"TemperatureUnits\" property instead.")]
public int TempUnits { get; set; }
Property Value
Type Description
int

TempValue

Declaration
[JsonIgnore]
[Obsolete("Use \"TemperatureValue\" property instead.")]
public int TempValue { get; set; }
Property Value
Type Description
int

TemperatureUnits

Declaration
[JsonPropertyName("temp_units")]
public int TemperatureUnits { get; set; }
Property Value
Type Description
int

TemperatureValue

Declaration
[JsonPropertyName("temp_value")]
public int TemperatureValue { get; set; }
Property Value
Type Description
int

TimeOfDay

Declaration
[JsonPropertyName("time_of_day")]
public int TimeOfDay { get; set; }
Property Value
Type Description
int

Type

Declaration
[JsonPropertyName("type")]
public int Type { get; set; }
Property Value
Type Description
int

Version

Declaration
[JsonPropertyName("version")]
public int Version { get; set; }
Property Value
Type Description
int

WeatherVarInitial

Declaration
[JsonPropertyName("weather_var_initial")]
public int WeatherVarInitial { get; set; }
Property Value
Type Description
int

WeatherVarOngoing

Declaration
[JsonPropertyName("weather_var_ongoing")]
public int WeatherVarOngoing { get; set; }
Property Value
Type Description
int

WindDir

Declaration
[JsonPropertyName("wind_dir")]
public int WindDir { get; set; }
Property Value
Type Description
int

WindDirection

Declaration
[JsonIgnore]
public WindDirection WindDirection { get; }
Property Value
Type Description
WindDirection

WindUnits

Wind units.

Declaration
[JsonPropertyName("wind_units")]
public int WindUnits { get; set; }
Property Value
Type Description
int
Remarks

Maps to one of the weather_wind_speed_units lookup values retrieved from the GetLookupsAsync(CancellationToken) call.

WindValue

Declaration
[JsonPropertyName("wind_value")]
public int WindValue { get; set; }
Property Value
Type Description
int
In this article
Back to top Generated by DocFX