Aydsko iRacing Data API
Show / Hide Table of Contents

Class WorldRecordEntry

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

Properties

CarId

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

ClubId

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

ClubName

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

CountryCode

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

CustomerId

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

DisplayName

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

License

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

PracticeDate

Declaration
[JsonPropertyName("practice_date")]
[JsonConverter(typeof(DateTimeConverter))]
public DateTime PracticeDate { get; set; }
Property Value
Type Description
DateTime

PracticeLapTime

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

QualifyDate

Declaration
[JsonPropertyName("qualify_date")]
[JsonConverter(typeof(DateTimeConverter))]
public DateTime QualifyDate { get; set; }
Property Value
Type Description
DateTime

QualifyLapTime

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

RaceDate

Declaration
[JsonPropertyName("race_date")]
[JsonConverter(typeof(DateTimeConverter))]
public DateTime RaceDate { get; set; }
Property Value
Type Description
DateTime

RaceLapTime

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

Region

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

SeasonQuarter

Declaration
[JsonPropertyName("season_quarter")]
public int? SeasonQuarter { get; set; }
Property Value
Type Description
int?

SeasonYear

Declaration
[JsonPropertyName("season_year")]
public int? SeasonYear { get; set; }
Property Value
Type Description
int?

TimeTrialDate

Declaration
[JsonPropertyName("tt_date")]
[JsonConverter(typeof(DateTimeConverter))]
public DateTime TimeTrialDate { get; set; }
Property Value
Type Description
DateTime

TimeTrialLapTime

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

TrackId

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