Aydsko iRacing Data API
Show / Hide Table of Contents

Class ForecastOptions

Inheritance
object
ForecastOptions
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 ForecastOptions

Properties

ForecastType

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

Precipitation

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

Skies

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

StopPrecip

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

Temperature

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

WeatherSeed

Declaration
[JsonPropertyName("weather_seed")]
public long WeatherSeed { get; set; }
Property Value
Type Description
long

WindDir

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

WindSpeed

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