Class LicenseInfo
Assembly: Aydsko.iRacingData.dll
Syntax
public class LicenseInfo : License
Properties
CornersPerIncident
Declaration
[JsonPropertyName("cpi")]
public decimal CornersPerIncident { get; set; }
Property Value
IRating
Current iRating for this license.
Declaration
[JsonPropertyName("irating")]
public int? IRating { get; set; }
Property Value
Declaration
[JsonPropertyName("pro_promotable")]
public bool IsPromotableToPro { get; set; }
Property Value
MinimumParticipationRequirementNumberOfRaces
Declaration
[JsonPropertyName("mpr_num_races")]
public int MinimumParticipationRequirementNumberOfRaces { get; set; }
Property Value
MinimumParticipationRequirementNumberOfTimeTrials
Declaration
[JsonPropertyName("mpr_num_tts")]
public int MinimumParticipationRequirementNumberOfTimeTrials { get; set; }
Property Value
MprNumberOfRaces
Declaration
[JsonIgnore]
[Obsolete("Use \"MinimumParticipationRequirementNumberOfRaces\" instead.")]
public int MprNumberOfRaces { get; set; }
Property Value
MprNumberOfTimeTrials
Declaration
[JsonIgnore]
[Obsolete("Use \"MinimumParticipationRequirementNumberOfTimeTrials\" instead.")]
public int MprNumberOfTimeTrials { get; set; }
Property Value
Sequence
Declaration
[JsonPropertyName("seq")]
public int Sequence { get; set; }
Property Value
TTRating
Declaration
[JsonIgnore]
[Obsolete("Use \"TimeTrialRating\" instead.")]
public int TTRating { get; set; }
Property Value
TimeTrialRating
Declaration
[JsonPropertyName("tt_rating")]
public int TimeTrialRating { get; set; }
Property Value