Class Livery
Assembly: Aydsko.iRacingData.dll
Syntax
Properties
CarId
Declaration
[JsonPropertyName("car_id")]
public int CarId { get; set; }
Property Value
CarNumber
Declaration
[JsonPropertyName("car_number")]
public string CarNumber { get; set; }
Property Value
Color1
Declaration
[JsonPropertyName("color1")]
public string Color1 { get; set; }
Property Value
Color2
Declaration
[JsonPropertyName("color2")]
public string Color2 { get; set; }
Property Value
Color3
Declaration
[JsonPropertyName("color3")]
public string Color3 { get; set; }
Property Value
NumberColor1
Declaration
[JsonPropertyName("number_color1")]
public string NumberColor1 { get; set; }
Property Value
NumberColor2
Declaration
[JsonPropertyName("number_color2")]
public string NumberColor2 { get; set; }
Property Value
NumberColor3
Declaration
[JsonPropertyName("number_color3")]
public string NumberColor3 { get; set; }
Property Value
NumberFont
Declaration
[JsonPropertyName("number_font")]
public int NumberFont { get; set; }
Property Value
NumberSlant
Declaration
[JsonPropertyName("number_slant")]
public int NumberSlant { get; set; }
Property Value
Pattern
Declaration
[JsonPropertyName("pattern")]
public int Pattern { get; set; }
Property Value
RimType
Declaration
[JsonPropertyName("rim_type")]
public int RimType { get; set; }
Property Value
Declaration
[JsonPropertyName("sponsor1")]
public int Sponsor1 { get; set; }
Property Value
Declaration
[JsonPropertyName("sponsor2")]
public int Sponsor2 { get; set; }
Property Value
WheelColor
Declaration
[JsonPropertyName("wheel_color")]
public string WheelColor { get; set; }
Property Value