Aydsko iRacing Data API
Show / Hide Table of Contents

Class License

Inheritance
object
License
LicenseInfo
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 License

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

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

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
In this article
Back to top Generated by DocFX