Aydsko iRacing Data API
Show / Hide Table of Contents

Class ListSeason

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

Properties

FixedSetup

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

RookieSeason

Declaration
[JsonPropertyName("rookie_season")]
public string? RookieSeason { get; set; }
Property Value
Type Description
string

SeriesName

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