Aydsko iRacing Data API
Show / Hide Table of Contents

Class CarRestrictions

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

Properties

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

MaxPercentFuelFill

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

PowerAdjustPercent

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

QualSetupId

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

QualifyingSetupId

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

RaceSetupId

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

WeightPenaltyKg

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