Aydsko iRacing Data API
Show / Hide Table of Contents

Class SeasonStandingsTeamStandings

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

Properties

AverageFinish

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

AverageStart

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

BasePoints

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

CarNumber

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

NegativeAdjustments

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

Position

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

PositiveAdjustments

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

RowNumber

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

Team

Declaration
[JsonPropertyName("team")]
public SeasonStandingsTeam Team { get; set; }
Property Value
Type Description
SeasonStandingsTeam

TotalAdjustments

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

TotalPoints

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