Aydsko iRacing Data API
Show / Hide Table of Contents

Class MemberBests

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

Properties

Bests

Declaration
[JsonPropertyName("bests")]
public MemberBest[] Bests { get; set; }
Property Value
Type Description
MemberBest[]

CarId

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

CarsDriven

Declaration
[JsonPropertyName("cars_driven")]
public CarsDriven[] CarsDriven { get; set; }
Property Value
Type Description
CarsDriven[]

CustomerId

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