Aydsko iRacing Data API
Show / Hide Table of Contents

Class CarsInClass

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

Properties

CarDirpath

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

CarId

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

RainEnabled

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

Retired

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