Aydsko iRacing Data API
Show / Hide Table of Contents

Class Season

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

Properties

Active

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

DriverPointsCarClasses

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

Hidden

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

LeagueId

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

NoDropsOnOrAfterRaceNum

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

NumberOfRacesToDrop

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

PointSystemId

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

PointsCars

Declaration
[JsonPropertyName("points_cars")]
public Car[] PointsCars { get; set; }
Property Value
Type Description
Car[]

PointsSystemDescription

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

PointsSystemName

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

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

TeamPointsCarClasses

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