Aydsko iRacing Data API
Show / Hide Table of Contents

Class StatisticsSeason

Inheritance
object
SeasonBase
StatisticsSeason
Inherited Members
SeasonBase.SeasonId
SeasonBase.SeriesId
SeasonBase.SeasonName
SeasonBase.Official
SeasonBase.SeasonYear
SeasonBase.SeasonQuarter
SeasonBase.LicenseGroupId
SeasonBase.DriverChanges
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 StatisticsSeason : SeasonBase

Properties

Active

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

CarClasses

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

RaceWeeks

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

SeasonShortName

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