Aydsko iRacing Data API
Show / Hide Table of Contents

Class Entry

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

Properties

CarClassId

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

CarClassName

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

CarId

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

CarName

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

CountryCode

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

CrewAllowed

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

CrewPasswordProtected

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

CustomerId

Unique identifier for the member.

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

DisplayName

The display value used to represent the member on the service.

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

Eligibility

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

EventType

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

EventTypeName

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

FarmDisplayName

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

FlairId

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

FlairName

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

FlairShortname

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

Helmet

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

License

Declaration
[JsonPropertyName("license")]
public LicenseInfo License { get; set; }
Property Value
Type Description
LicenseInfo

LicenseOrder

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

Livery

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

RegistrationStatus

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

SessionId

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

SubsessionId

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

TrustedSpotter

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