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

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

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

License

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

Rank

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

Starts

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