Aydsko iRacing Data API
Show / Hide Table of Contents

Class SeasonTimeTrialResult

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

Properties

BestNlapsTime

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

Country

Declaration
[JsonPropertyName("country")]
public string Country { 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

Division

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

FlairId

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

FlairName

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

FlairShortName

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

Helmet

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

License

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

Points

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

Rank

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

RawPoints

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

Starts

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

Week

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