Aydsko iRacing Data API
Show / Hide Table of Contents

Class SeasonBase

Inheritance
object
SeasonBase
ListSeason
StatisticsSeason
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 SeasonBase

Properties

DriverChanges

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

LicenseGroupId

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

Official

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

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

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