Aydsko iRacing Data API
Show / Hide Table of Contents

Class RaceGuideSession

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

Properties

EndTime

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

EntryCount

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

IsSuperSession

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

RaceWeekNumber

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

SeasonId

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

SeriesId

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

SessionId

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

StartTime

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