Aydsko iRacing Data API
Show / Hide Table of Contents

Class SeasonStandingsTeam

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

Properties

Owner

Declaration
[JsonPropertyName("owner")]
public SeasonStandingsDriver Owner { get; set; }
Property Value
Type Description
SeasonStandingsDriver

OwnerId

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

TeamId

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

TeamName

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