Aydsko iRacing Data API
Show / Hide Table of Contents

Class Car

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

Properties

CarClassId

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

CarId

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

MaxDryTireSets

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

MaxPctFuelFill

Declaration
[Obsolete("Use \"MaxPercentFuelFill\" property instead.")]
public int MaxPctFuelFill { get; set; }
Property Value
Type Description
int

MaxPercentFuelFill

Declaration
[JsonPropertyName("max_pct_fuel_fill")]
public decimal MaxPercentFuelFill { get; set; }
Property Value
Type Description
decimal

PackageId

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

PowerAdjustPercent

Declaration
[JsonPropertyName("power_adjust_pct")]
public decimal PowerAdjustPercent { get; set; }
Property Value
Type Description
decimal

WeightPenaltyKg

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