Aydsko iRacing Data API
Show / Hide Table of Contents

Class LicenseLevel

Sub-level within a license.

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

Properties

Color

Color code for the license level.

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

This is an HTML color code.

License

Display name for the license level.

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

LicenseGroup

Unique identifier for the license category.

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

LicenseId

Unique identifier for this license level.

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

LicenseLetter

Letter code for the license level.

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

ShortName

Short display name for the license level.

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