Aydsko iRacing Data API
Show / Hide Table of Contents

Class RecapFavoriteTrack

The member's favorite track in the period.

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

Properties

ConfigName

Name of the track's configuration.

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

TrackId

Unique identifier for the track.

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

TrackLogoUrl

URL pointing to an image of the track.

Declaration
[JsonPropertyName("track_logo")]
public Uri TrackLogoUrl { get; set; }
Property Value
Type Description
Uri

TrackName

Name of the track.

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