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.Leagues
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 CarInClass[] CarsInClass { get; set; }
Property Value
Type Description
CarInClass[]

Name

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