Aydsko iRacing Data API
Show / Hide Table of Contents

Class LeagueLicense

Inheritance
object
LeagueLicense
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Aydsko.iRacingData.Leagues
Assembly: Aydsko.iRacingData.dll
Syntax
public class LeagueLicense

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

CategoryName

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

Color

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

CornersPerIncident

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

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

IRating

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

LicenseLevel

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

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

Promotable

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

SafetyRating

Declaration
[JsonPropertyName("safety_rating")]
public float SafetyRating { get; set; }
Property Value
Type Description
float

Sequence

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

TimeTrialRating

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