Aydsko iRacing Data API
Show / Hide Table of Contents

Class CarInfo

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

Properties

CarClassId

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

CarClassName

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

CarClassShortName

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

CarId

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

CarName

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

CarNameAbbreviated

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