Aydsko iRacing Data API
Show / Hide Table of Contents

Class Race

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

Properties

CarClassId

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

CarId

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

ClubPoints

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

FinishPosition

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

Incidents

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

Laps

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

LapsLed

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

LicenseLevel

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

Livery

Declaration
[JsonPropertyName("livery")]
public Livery Livery { get; set; }
Property Value
Type Description
Livery

NewSubLevel

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

NewiRating

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

OldSubLevel

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

OldiRating

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

Points

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

QualifyingTime

Declaration
[JsonPropertyName("qualifying_time")]
[JsonConverter(typeof(TenThousandthSecondDurationConverter))]
public TimeSpan? QualifyingTime { get; set; }
Property Value
Type Description
Nullable

SeasonId

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

SeriesId

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

SeriesName

Declaration
[JsonPropertyName("series_name")]
public string SeriesName { get; set; }
Property Value
Type Description
string

SessionStartTime

Declaration
[JsonPropertyName("session_start_time")]
public DateTimeOffset SessionStartTime { get; set; }
Property Value
Type Description
DateTimeOffset

StartPosition

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

StrengthOfField

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

SubsessionId

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

Track

Declaration
[JsonPropertyName("track")]
public Track Track { get; set; }
Property Value
Type Description
Track

WinnerGroupId

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

WinnerHelmet

Declaration
[JsonPropertyName("winner_helmet")]
public Helmet WinnerHelmet { get; set; }
Property Value
Type Description
Helmet

WinnerLicenseLevel

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

WinnerName

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