Aydsko iRacing Data API
Show / Hide Table of Contents

Class SeasonSuperSessionResultsHeader

Inheritance
object
SeasonSuperSessionResultsHeader
Implements
IChunkInfoResultHeaderData
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 SeasonSuperSessionResultsHeader : IChunkInfoResultHeaderData

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

ClubId

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

CsvUrl

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

CustomerRank

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

Division

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

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

Implements

IChunkInfoResultHeaderData
In this article
Back to top Generated by DocFX