Aydsko iRacing Data API
Show / Hide Table of Contents

Class PastSeriesDetail

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

Properties

Active

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

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

FixedSetup

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

LicenseGroup

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

LicenseGroupTypes

Declaration
[JsonPropertyName("license_group_types")]
public LicenseGroupType[] LicenseGroupTypes { get; set; }
Property Value
Type Description
LicenseGroupType[]

Logo

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

LogoUri

Declaration
[JsonIgnore]
public Uri LogoUri { get; }
Property Value
Type Description
Uri

Official

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

SearchFilters

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

Seasons

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

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