Aydsko iRacing Data API
Show / Hide Table of Contents

Class PastSeason

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

Properties

Active

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

CarClasses

Declaration
[JsonPropertyName("car_classes")]
public PastSeasonCarClass[] CarClasses { get; set; }
Property Value
Type Description
PastSeasonCarClass[]

DriverChanges

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

FixedSetup

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

LicenseGroup

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

LicenseGroupTypes

Declaration
[JsonPropertyName("license_group_types")]
public LicenseGroupType[] LicenseGroupTypes { get; set; }
Property Value
Type Description
LicenseGroupType[]

Official

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

RaceWeeks

Declaration
[JsonPropertyName("race_weeks")]
public RaceWeek[] RaceWeeks { get; set; }
Property Value
Type Description
RaceWeek[]

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

SeasonQuarter

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

SeasonShortName

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

SeasonYear

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

SeriesId

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