Aydsko iRacing Data API
Show / Hide Table of Contents

Class Eligability

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

Properties

CanDrive

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

CanSpot

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

CanWatch

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

HasSessionPassword

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

NeedsPurchase

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

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

PurchaseSkus

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

Registered

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

SessionFull

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