Aydsko iRacing Data API
Show / Hide Table of Contents

Class WeatherSummary

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

Properties

MaxPrecipitationRate

Declaration
[JsonPropertyName("max_precip_rate")]
public decimal MaxPrecipitationRate { get; set; }
Property Value
Type Description
decimal

MaxPrecipitationRateDesc

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

PrecipitationChance

Declaration
[JsonPropertyName("precip_chance")]
public decimal PrecipitationChance { get; set; }
Property Value
Type Description
decimal

SkiesHigh

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

SkiesLow

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

TemperatureHigh

Declaration
[JsonPropertyName("temp_high")]
public decimal TemperatureHigh { get; set; }
Property Value
Type Description
decimal

TemperatureLow

Declaration
[JsonPropertyName("temp_low")]
public decimal TemperatureLow { get; set; }
Property Value
Type Description
decimal

TemperatureUnits

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

WindHigh

Declaration
[JsonPropertyName("wind_high")]
public decimal WindHigh { get; set; }
Property Value
Type Description
decimal

WindLow

Declaration
[JsonPropertyName("wind_low")]
public decimal WindLow { get; set; }
Property Value
Type Description
decimal

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.

In this article
Back to top Generated by DocFX