Aydsko iRacing Data API
Show / Hide Table of Contents

Class ListOfSeasons

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

Properties

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

Seasons

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