Aydsko iRacing Data API
Show / Hide Table of Contents

Class Suit

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

Properties

BodyType

Declaration
[JsonPropertyName("body_type")]
public int? BodyType { get; set; }
Property Value
Type Description
int?

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

Pattern

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