Aydsko iRacing Data API
Show / Hide Table of Contents

Class LicenseInfo

Inheritance
object
License
LicenseInfo
Inherited Members
License.CategoryId
License.Category
License.LicenseLevel
License.SafetyRating
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

IRating

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

MprNumberOfRaces

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

MprNumberOfTimeTrials

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

TTRating

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