Aydsko iRacing Data API
Show / Hide Table of Contents

Class SeasonDriverStanding

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

Properties

AverageFieldSize

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

AverageFinishPosition

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

AverageStartPosition

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

ClubId

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

ClubName

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

Country

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

CountryCode

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

CustomerId

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

DisplayName

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

Division

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

Incidents

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

Laps

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

LapsLed

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

License

Declaration
[JsonPropertyName("license")]
public License License { get; set; }
Property Value
Type Description
License

Points

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

Poles

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

Rank

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

Starts

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

Top25Percent

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

Top5

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

WeekDropped

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

WeeksCounted

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

Wins

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