Aydsko iRacing Data API
Show / Hide Table of Contents

Class SubsessionEventLogItem

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

Properties

CustomerId

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

Description

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

DisplayName

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

EventCode

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

EventSeq

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

GroupId

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

LapNumber

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

Message

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

SessionTime

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

SimsessionNumber

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

SubsessionId

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