Aydsko iRacing Data API
Show / Hide Table of Contents

Class TimeAttackMemberSeasonResult

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

Properties

BestLapAt

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

BestLapTime

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

ComparativeRank

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

CompetitionSeasonId

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

CustomerId

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

Decile

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

PercentRank

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

RecordDate

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

TimeBehindFirstOfNextDecile

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

TimeBehindLastOfNextDecile

Declaration
[JsonPropertyName("time_behind_last_of_next_decile")]
[JsonConverter(typeof(TenThousandthSecondDurationConverter))]
public TimeSpan? TimeBehindLastOfNextDecile { 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