Aydsko iRacing Data API
Show / Hide Table of Contents

Class LicenseLookup

Lookup data about a license.

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

Properties

GroupName

Display name for the license.

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

Levels

The levels within this license group.

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

LicenseGroup

Unique identifier for the license category.

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

MinimumNumberOfRaces

Minimum number of races required to be promoted out of this license.

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

MinimumNumberOfTimeTrials

Minimum number of Time Trials required to be promoted out of this license.

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

MinimumSafetyRatingToFastTrack

Minimum Safety Rating required to be "fast-track" promoted out of this license.

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

ParticipationCredits

Number of credits available for participation in a series which is at this level.

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