Aydsko iRacing Data API
Show / Hide Table of Contents

Class Weather

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

Properties

AllowFog

Declaration
[JsonPropertyName("allow_fog")]
public bool AllowFog { get; set; }
Property Value
Type Description
bool

Fog

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

ForecastOptions

Declaration
[JsonPropertyName("forecast_options")]
public ForecastOptions? ForecastOptions { get; set; }
Property Value
Type Description
ForecastOptions

PrecipitationOption

Declaration
[JsonPropertyName("precip_option")]
public int PrecipitationOption { 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 DateTime SimulatedStartTime { get; set; }
Property Value
Type Description
DateTime

SimulatedTimeOffsets

Declaration
[JsonPropertyName("simulated_time_offsets")]
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

WeatherSummary

Declaration
[JsonPropertyName("weather_summary")]
public WeatherSummary? WeatherSummary { get; set; }
Property Value
Type Description
WeatherSummary

WeatherUrl

Declaration
[JsonPropertyName("weather_url")]
public string? WeatherUrl { get; set; }
Property Value
Type Description
string

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