Aydsko iRacing Data API
Show / Hide Table of Contents

Class SessionInfo

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

Properties

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

NumberOfLapsForQualifyingAverage

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

NumberOfLapsForSoloAverage

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

PrivateSessionId

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

SeasonName

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

SeasonShortName

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

SeriesName

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

SeriesShortName

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

SessionId

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

SimsessionNumber

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

SimsessionType

Declaration
[JsonPropertyName("simsession_type")]
public int SimsessionType { 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 Track Track { get; set; }
Property Value
Type Description
Track
In this article
Back to top Generated by DocFX