Aydsko iRacing Data API
Show / Hide Table of Contents

Class CustomerLeagueSessionWeather

Inheritance
object
CustomerLeagueSessionWeather
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Aydsko.iRacingData.Leagues
Assembly: Aydsko.iRacingData.dll
Syntax
public class CustomerLeagueSessionWeather

Properties

Fog

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

RelativeHumidity

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

SimulatedStartTime

Declaration
[JsonPropertyName("simulated_start_time")]
public DateTimeOffset SimulatedStartTime { get; set; }
Property Value
Type Description
DateTimeOffset

SimulatedTimeMultiplier

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

SimulatedTimeOffsets

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

Skies

Declaration
[JsonPropertyName("skies")]
public int Skies { 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

WeatherVariationInitial

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

WeatherVariationOngoing

Declaration
[JsonPropertyName("weather_var_ongoing")]
public int WeatherVariationOngoing { 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