Aydsko iRacing Data API
Show / Hide Table of Contents

Class ResultsCarClasses

Inheritance
object
ResultsCarClasses
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Aydsko.iRacingData.Results
Assembly: Aydsko.iRacingData.dll
Syntax
public class ResultsCarClasses

Properties

CarClassId

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

CarsInClass

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

Name

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

NumberOfEntries

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

ShortName

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

StrengthOfField

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