Aydsko iRacing Data API
Show / Hide Table of Contents

Class LicenseHistory

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

Properties

Category

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

CategoryId

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

Color

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

Cpi

Declaration
[JsonPropertyName("cpi")]
public float Cpi { get; set; }
Property Value
Type Description
float

GroupId

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

GroupName

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

Irating

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

LicenseLevel

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

SafetyRating

Declaration
[JsonPropertyName("safety_rating")]
public float SafetyRating { get; set; }
Property Value
Type Description
float

TtRating

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