Class LeagueSessionWeather
Inheritance
LeagueSessionWeather
Assembly: Aydsko.iRacingData.dll
Syntax
public class LeagueSessionWeather
Properties
AllowFog
Declaration
[JsonPropertyName("allow_fog")]
public bool AllowFog { get; set; }
Property Value
Fog
Declaration
[JsonPropertyName("fog")]
public int Fog { get; set; }
Property Value
PrecipitationOption
Declaration
[JsonPropertyName("precip_option")]
public int PrecipitationOption { get; set; }
Property Value
RelativeHumidity
Declaration
[JsonPropertyName("rel_humidity")]
public int RelativeHumidity { get; set; }
Property Value
Skies
Declaration
[JsonPropertyName("skies")]
public int Skies { get; set; }
Property Value
TemperatureUnits
Declaration
[JsonPropertyName("temp_units")]
public int TemperatureUnits { get; set; }
Property Value
TemperatureValue
Declaration
[JsonPropertyName("temp_value")]
public int TemperatureValue { get; set; }
Property Value
TrackWater
Declaration
[JsonPropertyName("track_water")]
public int TrackWater { get; set; }
Property Value
Type
Declaration
[JsonPropertyName("type")]
public int Type { get; set; }
Property Value
Version
Declaration
[JsonPropertyName("version")]
public int Version { get; set; }
Property Value
WeatherSummary
Declaration
[JsonPropertyName("weather_summary")]
public LeagueWeatherSummary? WeatherSummary { get; set; }
Property Value
WeatherUrl
Declaration
[JsonPropertyName("weather_url")]
public string? WeatherUrl { get; set; }
Property Value
WeatherVariationInitial
Declaration
[JsonPropertyName("weather_var_initial")]
public int WeatherVariationInitial { get; set; }
Property Value
WeatherVariationOngoing
Declaration
[JsonPropertyName("weather_var_ongoing")]
public int WeatherVariationOngoing { get; set; }
Property Value
WindDir
Declaration
[JsonPropertyName("wind_dir")]
public int WindDir { get; set; }
Property Value
WindDirection
Declaration
[JsonIgnore]
public WindDirection WindDirection { get; }
Property Value
WindUnits
Declaration
[JsonPropertyName("wind_units")]
public int WindUnits { get; set; }
Property Value
WindValue
Declaration
[JsonPropertyName("wind_value")]
public int WindValue { get; set; }
Property Value