Aydsko iRacing Data API
Show / Hide Table of Contents

Class SeasonTeamStanding

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

Properties

AverageFieldSize

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

AverageFinishPosition

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

AverageStartPosition

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

Cars

Declaration
[JsonPropertyName("cars")]
public SeasonTeamStandingCar[] Cars { get; set; }
Property Value
Type Description
SeasonTeamStandingCar[]

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

Drivers

Declaration
[JsonPropertyName("drivers")]
public SeasonTeamStandingDriver[] Drivers { get; set; }
Property Value
Type Description
SeasonTeamStandingDriver[]

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

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

TeamId

Declaration
[JsonPropertyName("team_id")]
public int TeamId { 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