Aydsko iRacing Data API
Show / Hide Table of Contents

Class SubsessionLap

Inheritance
object
SubsessionLap
SubsessionChartLap
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 SubsessionLap

Properties

AI

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

CarNumber

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

CustomerId

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

DisplayName

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

Flags

Declaration
[JsonIgnore]
public LapFlags Flags { get; }
Property Value
Type Description
LapFlags

FlagsRaw

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

GroupId

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

Helmet

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

Incident

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

LapEvents

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

LapNumber

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

LapTime

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

LicenseLevel

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

Name

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

PersonalBestLap

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

SessionStartTime

Declaration
[JsonPropertyName("session_start_time")]
public int? SessionStartTime { get; set; }
Property Value
Type Description
int?

SessionTime

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

TeamFastestLap

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