Aydsko iRacing Data API
Show / Hide Table of Contents

Class SeasonStandings

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

Properties

CarClassId

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

CarId

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

LeagueId

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

SeasonId

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

Standings

Declaration
[JsonPropertyName("standings")]
public SeasonStandingsStandingsDetails Standings { get; set; }
Property Value
Type Description
SeasonStandingsStandingsDetails

Success

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