Aydsko iRacing Data API
Show / Hide Table of Contents

Class HeatSessionInfo

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

Properties

ConsolationDeltaMaximumFieldSize

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

ConsolationDeltaSessionLaps

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

ConsolationDeltaSessionLengthMinutes

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

ConsolationFirstMaximumFieldSize

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

ConsolationFirstSessionLaps

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

ConsolationFirstSessionLengthMinutes

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

ConsolationNumberPositionToInvert

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

ConsolationNumberToConsolation

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

ConsolationNumberToMain

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

ConsolationRunAlways

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

ConsolationScoresChampPoints

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

Created

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

CustomerId

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

Description

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

HeatCautionType

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

HeatInfoId

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

HeatInfoName

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

HeatLaps

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

HeatLengthMinutes

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

HeatMaxFieldSize

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

HeatNumberFromEachToMain

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

HeatNumberOfPositionsToInvert

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

HeatScoresChampionshipPoints

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

HeatSessionMinutesEstimate

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

Hidden

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

MainLaps

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

MainLengthMinutes

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

MainMaximumFieldSize

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

MainNumberPositionToInvert

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

MaxEntrants

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

OpenPractice

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

PreMainPracticeLengthMinutes

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

PreQualifyingNumToMain

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

PreQualifyingPracticeLengthMinutes

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

QualifyingCautionType

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

QualifyingLaps

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

QualifyingLengthMinutes

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

QualifyingNumberToMain

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

QualifyingOpenDelaySeconds

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

QualifyingScoresChampPoints

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

QualifyingScoring

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

QualifyingStyle

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

RaceStyle

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