Class Entry
Assembly: Aydsko.iRacingData.dll
Syntax
Properties
CarClassId
Declaration
[JsonPropertyName("car_class_id")]
public int CarClassId { get; set; }
Property Value
CarClassName
Declaration
[JsonPropertyName("car_class_name")]
public string CarClassName { get; set; }
Property Value
CarId
Declaration
[JsonPropertyName("car_id")]
public int CarId { get; set; }
Property Value
CarName
Declaration
[JsonPropertyName("car_name")]
public string CarName { get; set; }
Property Value
CountryCode
Declaration
[JsonPropertyName("country_code")]
public string CountryCode { get; set; }
Property Value
CrewAllowed
Declaration
[JsonPropertyName("crew_allowed")]
public int CrewAllowed { get; set; }
Property Value
CrewPasswordProtected
Declaration
[JsonPropertyName("crew_password_protected")]
public bool CrewPasswordProtected { get; set; }
Property Value
CustomerId
Unique identifier for the member.
Declaration
[JsonPropertyName("cust_id")]
public int CustomerId { get; set; }
Property Value
DisplayName
The display value used to represent the member on the service.
Declaration
[JsonPropertyName("display_name")]
public string DisplayName { get; set; }
Property Value
Eligibility
Declaration
[JsonPropertyName("elig")]
public Eligibility Eligibility { get; set; }
Property Value
EventType
Declaration
[JsonPropertyName("event_type")]
public int EventType { get; set; }
Property Value
EventTypeName
Declaration
[JsonPropertyName("event_type_name")]
public string EventTypeName { get; set; }
Property Value
FarmDisplayName
Declaration
[JsonPropertyName("farm_display_name")]
public string FarmDisplayName { get; set; }
Property Value
FlairId
Declaration
[JsonPropertyName("flair_id")]
public int FlairId { get; set; }
Property Value
FlairName
Declaration
[JsonPropertyName("flair_name")]
public string FlairName { get; set; }
Property Value
FlairShortname
Declaration
[JsonPropertyName("flair_shortname")]
public string FlairShortname { get; set; }
Property Value
Helmet
Declaration
[JsonPropertyName("helmet")]
public Helmet Helmet { get; set; }
Property Value
License
Declaration
[JsonPropertyName("license")]
public LicenseInfo License { get; set; }
Property Value
LicenseOrder
Declaration
[JsonPropertyName("license_order")]
public int LicenseOrder { get; set; }
Property Value
Livery
Declaration
[JsonPropertyName("livery")]
public Livery Livery { get; set; }
Property Value
RegistrationStatus
Declaration
[JsonPropertyName("reg_status")]
public string RegistrationStatus { get; set; }
Property Value
SessionId
Declaration
[JsonPropertyName("session_id")]
public int SessionId { get; set; }
Property Value
SubsessionId
Declaration
[JsonPropertyName("subsession_id")]
public int SubsessionId { get; set; }
Property Value
TrustedSpotter
Declaration
[JsonPropertyName("trusted_spotter")]
public bool TrustedSpotter { get; set; }
Property Value