Class SeasonDriverStanding
Inheritance
SeasonDriverStanding
Assembly: Aydsko.iRacingData.dll
Syntax
public class SeasonDriverStanding
Properties
AverageFieldSize
Declaration
[JsonPropertyName("avg_field_size")]
public decimal AverageFieldSize { get; set; }
Property Value
AverageFinishPosition
Declaration
[JsonPropertyName("avg_finish_position")]
public decimal AverageFinishPosition { get; set; }
Property Value
AverageStartPosition
Declaration
[JsonPropertyName("avg_start_position")]
public decimal AverageStartPosition { get; set; }
Property Value
ClubId
Declaration
[JsonPropertyName("club_id")]
public int ClubId { get; set; }
Property Value
ClubName
Declaration
[JsonPropertyName("club_name")]
public string ClubName { get; set; }
Property Value
Country
Declaration
[JsonPropertyName("country")]
public string Country { get; set; }
Property Value
CountryCode
Declaration
[JsonPropertyName("country_code")]
public string CountryCode { get; set; }
Property Value
CustomerId
Declaration
[JsonPropertyName("cust_id")]
public int CustomerId { get; set; }
Property Value
DisplayName
Declaration
[JsonPropertyName("display_name")]
public string DisplayName { get; set; }
Property Value
Division
Declaration
[JsonPropertyName("division")]
public int Division { get; set; }
Property Value
Incidents
Declaration
[JsonPropertyName("incidents")]
public int Incidents { get; set; }
Property Value
Laps
Declaration
[JsonPropertyName("laps")]
public int Laps { get; set; }
Property Value
LapsLed
Declaration
[JsonPropertyName("laps_led")]
public int LapsLed { get; set; }
Property Value
License
Declaration
[JsonPropertyName("license")]
public License License { get; set; }
Property Value
Points
Declaration
[JsonPropertyName("points")]
public int Points { get; set; }
Property Value
Poles
Declaration
[JsonPropertyName("poles")]
public int Poles { get; set; }
Property Value
Rank
Declaration
[JsonPropertyName("rank")]
public int Rank { get; set; }
Property Value
Starts
Declaration
[JsonPropertyName("starts")]
public int Starts { get; set; }
Property Value
Top25Percent
Declaration
[JsonPropertyName("top25_percent")]
public int Top25Percent { get; set; }
Property Value
Top5
Declaration
[JsonPropertyName("top5")]
public int Top5 { get; set; }
Property Value
WeekDropped
Declaration
[JsonPropertyName("week_dropped")]
public bool WeekDropped { get; set; }
Property Value
WeeksCounted
Declaration
[JsonPropertyName("weeks_counted")]
public int WeeksCounted { get; set; }
Property Value
Wins
Declaration
[JsonPropertyName("wins")]
public int Wins { get; set; }
Property Value