Aydsko iRacing Data API
Show / Hide Table of Contents

Class RaceSummary

Inheritance
object
RaceSummary
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 RaceSummary

Properties

AverageLap

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

AverageLapTime

Declaration
[JsonIgnore]
public TimeSpan AverageLapTime { get; }
Property Value
Type Description
TimeSpan

FieldStrength

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

HasOptPath

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

LapsComplete

Declaration
[JsonPropertyName("laps_complete")]
public int LapsComplete { 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

NumberOfLeadChanges

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

NumberOfOptLaps

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

SpecialEventType

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

SpecialEventTypeText

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

SubsessionId

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