Aydsko iRacing Data API
Show / Hide Table of Contents

Class Track

Inheritance
object
Track
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Aydsko.iRacingData.Common
Assembly: Aydsko.iRacingData.dll
Syntax
public class Track

Properties

Category

Declaration
[JsonPropertyName("category")]
public string? Category { get; set; }
Property Value
Type Description
string

CategoryId

Declaration
[JsonPropertyName("category_id")]
public int? CategoryId { get; set; }
Property Value
Type Description
int?

ConfigName

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

TrackId

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

TrackName

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