Aydsko iRacing Data API
Show / Hide Table of Contents

Class StatisticsSeries

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

Properties

Active

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

Category

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

CategoryId

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

Official

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

Seasons

Declaration
[JsonPropertyName("seasons")]
public StatisticsSeason[] Seasons { get; set; }
Property Value
Type Description
StatisticsSeason[]

SeriesId

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

SeriesName

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

SeriesShortName

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