Class SeasonTimeTrialResult
Inheritance
SeasonTimeTrialResult
Assembly: Aydsko.iRacingData.dll
Syntax
public class SeasonTimeTrialResult
Properties
BestNlapsTime
Declaration
[JsonPropertyName("best_nlaps_time")]
[JsonConverter(typeof(TenThousandthSecondDurationConverter))]
public TimeSpan? BestNlapsTime { get; set; }
Property Value
Country
Declaration
[JsonPropertyName("country")]
public string Country { get; set; }
Property Value
CountryCode
Declaration
[JsonPropertyName("country_code")]
public string CountryCode { get; set; }
Property Value
CustomerId
Declaration
[JsonPropertyName("cust_id")]
public int CustomerId { get; set; }
Property Value
DisplayName
Declaration
[JsonPropertyName("display_name")]
public string DisplayName { get; set; }
Property Value
Division
Declaration
[JsonPropertyName("division")]
public int Division { get; set; }
Property Value
FlairId
Declaration
[JsonPropertyName("flair_id")]
public int FlairId { get; set; }
Property Value
FlairName
Declaration
[JsonPropertyName("flair_name")]
public string FlairName { get; set; }
Property Value
FlairShortName
Declaration
[JsonPropertyName("flair_shortname")]
public string? FlairShortName { get; set; }
Property Value
Helmet
Declaration
[JsonPropertyName("helmet")]
public Helmet Helmet { get; set; }
Property Value
License
Declaration
[JsonPropertyName("license")]
public License License { get; set; }
Property Value
Points
Declaration
[JsonPropertyName("points")]
public int Points { get; set; }
Property Value
Rank
Declaration
[JsonPropertyName("rank")]
public int Rank { get; set; }
Property Value
RawPoints
Declaration
[JsonPropertyName("raw_points")]
public decimal RawPoints { get; set; }
Property Value
Starts
Declaration
[JsonPropertyName("starts")]
public int Starts { get; set; }
Property Value
Week
Declaration
[JsonPropertyName("week")]
public int Week { get; set; }
Property Value