Aydsko iRacing Data API
Show / Hide Table of Contents

Class RegisteredDriversList

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

Properties

Entries

Declaration
[JsonPropertyName("entries")]
public Entry[] Entries { get; set; }
Property Value
Type Description
Entry[]

IsSubscribed

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

SubsessionId

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

Success

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