Aydsko iRacing Data API
Show / Hide Table of Contents

Class TimeAttackTrack

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

Properties

Trackid

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

WFogLevel

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

WHumidity

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

WSkies

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

WTemp

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

WTempUnits

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

WTimeOfDay

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

WType

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

WWindDir

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

WWindSpeed

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

WWindSpeedUnits

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

WeatherWindDirection

Declaration
[JsonIgnore]
public WindDirection WeatherWindDirection { get; }
Property Value
Type Description
WindDirection
In this article
Back to top Generated by DocFX