Aydsko iRacing Data API
Show / Hide Table of Contents

Class HostedResultItem

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

Properties

Cars

Declaration
[JsonPropertyName("cars")]
public CarInfo[] Cars { get; set; }
Property Value
Type Description
CarInfo[]

Created

Declaration
[JsonPropertyName("created")]
public DateTime Created { get; set; }
Property Value
Type Description
DateTime

DriverChanges

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

EndTime

Declaration
[JsonPropertyName("end_time")]
public DateTime EndTime { get; set; }
Property Value
Type Description
DateTime

EventLapsComplete

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

HeatRace

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

Host

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

LeagueId

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

LeagueSeasonId

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

LicenseCategoryId

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

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

PracticeLength

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

PrivateSessionId

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

QualifyLaps

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

QualifyLength

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

RaceLaps

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

RaceLength

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

SessionId

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

SessionName

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

StartTime

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

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

WinnerAi

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

WinnerGroupId

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