Aydsko iRacing Data API
Show / Hide Table of Contents

Class LicenseInfo

Inheritance
object
License
LicenseInfo
Inherited Members
License.CategoryId
License.Category
License.CategoryName
License.LicenseLevel
License.SafetyRating
License.iRating
License.TimeTrialRating
License.Color
License.GroupName
License.GroupId
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 LicenseInfo : License

Properties

CornersPerIncident

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

IsPromotableToPro

Declaration
[JsonPropertyName("pro_promotable")]
public bool IsPromotableToPro { get; set; }
Property Value
Type Description
bool

MinimumParticipationRequirementNumberOfRaces

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

MinimumParticipationRequirementNumberOfTimeTrials

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

MprNumberOfRaces

Declaration
[JsonIgnore]
[Obsolete("Use \"MinimumParticipationRequirementNumberOfRaces\" instead.")]
public int MprNumberOfRaces { get; set; }
Property Value
Type Description
int

MprNumberOfTimeTrials

Declaration
[JsonIgnore]
[Obsolete("Use \"MinimumParticipationRequirementNumberOfTimeTrials\" instead.")]
public int MprNumberOfTimeTrials { get; set; }
Property Value
Type Description
int

Sequence

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

TTRating

Declaration
[JsonIgnore]
[Obsolete("Use \"TimeTrialRating\" instead.")]
public int TTRating { get; set; }
Property Value
Type Description
int
In this article
Back to top Generated by DocFX