Aydsko iRacing Data API
Show / Hide Table of Contents

Class SeasonTimeTrialStandingsHeader

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

Properties

CarClassId

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

ChunkInfo

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

LastUpdated

Declaration
[JsonPropertyName("last_updated")]
public DateTimeOffset LastUpdated { get; set; }
Property Value
Type Description
DateTimeOffset

RaceWeekIndex

An index number identifying the race week.

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

The iRacing Data API works with zero-based race weeks, most people will use one-based.

See Also
RaceWeekNumber

RaceWeekNumber

The number of the race week within the season.

Declaration
[JsonIgnore]
public int RaceWeekNumber { get; }
Property Value
Type Description
int

SeasonId

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

SeriesId

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

SeriesName

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

Success

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