Aydsko iRacing Data API
Show / Hide Table of Contents

Class SeasonDetailEligibility

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

Properties

OwnCar

Declaration
[JsonPropertyName("own_car")]
public bool OwnCar { get; set; }
Property Value
Type Description
bool

OwnTrack

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