Aydsko iRacing Data API
Show / Hide Table of Contents

Class SessionResults

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

Properties

Results

Declaration
[JsonPropertyName("results")]
public Result[] Results { get; set; }
Property Value
Type Description
Result[]

SimSessionName

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

SimSessionNumber

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

SimSessionSubType

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

SimSessionType

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

SimSessionTypeName

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

WeatherResult

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