Aydsko iRacing Data API
Show / Hide Table of Contents

Class YearlyStatistics

Inheritance
object
YearlyStatistics
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 YearlyStatistics

Properties

AverageFinishPosition

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

AverageIncidents

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

AveragePoints

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

AverageStartPosition

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

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

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

LapsLedPercentage

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

Poles

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

Starts

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

Top5

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

Top5Percentage

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

TotalClubPoints

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

WinPercentage

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

Wins

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

Year

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