Aydsko iRacing Data API
Show / Hide Table of Contents

Class Eligibility

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

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

HasCrewPassword

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

HasSessionPassword

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

IsTrustedSpotter

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

NeedsPurchase

Declaration
[JsonPropertyName("needs_purchase")]
public bool NeedsPurchase { 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