Aydsko iRacing Data API
Show / Hide Table of Contents

Class Livery

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

Properties

CarId

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

CarNumber

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

Color1

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

Color2

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

Color3

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

NumberColor1

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

NumberColor2

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

NumberColor3

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

NumberFont

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

NumberSlant

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

Pattern

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

RimType

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

Sponsor1

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

Sponsor2

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

WheelColor

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