Aydsko iRacing Data API
Show / Hide Table of Contents

Class RecentEvents

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

Properties

BestLapTime

Declaration
[JsonPropertyName("best_lap_time")]
[JsonConverter(typeof(TenThousandthSecondDurationConverter))]
public TimeSpan? BestLapTime { get; set; }
Property Value
Type Description
Nullable

CarId

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

CarName

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

EventId

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

EventName

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

EventType

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

FinishPosition

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

LogoUrl

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

PercentRank

Declaration
[JsonPropertyName("percent_rank")]
public decimal PercentRank { get; set; }
Property Value
Type Description
decimal

SimsessionType

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

StartTime

Declaration
[JsonPropertyName("start_time")]
public DateTime StartTime { get; set; }
Property Value
Type Description
DateTime

StartingPosition

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

SubsessionId

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

Track

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