Aydsko iRacing Data API
Show / Hide Table of Contents

Class SeasonRaceResult

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

Properties

EventBestLapTime

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

EventStrengthOfField

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

EventType

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

EventTypeName

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

NumberOfCautionLaps

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

NumberOfCautions

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

NumberOfDrivers

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

NumberOfLeadChanges

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

OfficialSession

Declaration
[JsonPropertyName("official_session")]
public bool OfficialSession { get; set; }
Property Value
Type Description
bool

RaceWeekIndex

An index number identifying the race week.

Declaration
[JsonPropertyName("race_week_num")]
public int RaceWeekIndex { get; set; }
Property Value
Type Description
int
Remarks

The iRacing Data API works with zero-based race weeks, most people will use one-based.

See Also
RaceWeekNumber

RaceWeekNumber

The number of the race week within the season.

Declaration
[JsonIgnore]
public int RaceWeekNumber { get; }
Property Value
Type Description
int

SessionId

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

StartTime

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

SubsessionId

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

Track

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