Aydsko iRacing Data API
Show / Hide Table of Contents

Class RaceGuideResults

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

Properties

BlockBeginTime

Declaration
[JsonPropertyName("block_begin_time")]
public DateTime BlockBeginTime { get; set; }
Property Value
Type Description
DateTime

BlockEndTime

Declaration
[JsonPropertyName("block_end_time")]
public DateTime BlockEndTime { get; set; }
Property Value
Type Description
DateTime

Sessions

Declaration
[JsonPropertyName("sessions")]
public RaceGuideSession[] Sessions { get; set; }
Property Value
Type Description
RaceGuideSession[]

Subscribed

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

Success

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