Aydsko iRacing Data API
Show / Hide Table of Contents

Class MemberBest

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

Properties

BestLapTime

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

EventType

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

Track

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