Aydsko iRacing Data API
Show / Hide Table of Contents

Class SeriesDetail

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

Properties

AllowedLicenses

Declaration
[JsonPropertyName("allowed_licenses")]
public AllowedLicenses[] AllowedLicenses { get; set; }
Property Value
Type Description
AllowedLicenses[]

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

Eligible

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

MaxStarters

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

MinStarters

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

OvalCautionType

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

RoadCautionType

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

SearchFilters

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

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