Aydsko iRacing Data API
Show / Hide Table of Contents

Class CarClass

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

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[]

CustomerId

Declaration
[JsonPropertyName("cust_id")]
public int? CustomerId { get; set; }
Property Value
Type Description
int?

Name

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

RainEnabled

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

RelativeSpeed

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

ShortName

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