Aydsko iRacing Data API
Show / Hide Table of Contents

Class Schedule

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

Properties

CarRestrictions

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

HasFullCourseCautions

Declaration
[JsonPropertyName("full_course_cautions")]
public bool? HasFullCourseCautions { get; set; }
Property Value
Type Description
bool?

HasShortParadeLap

Declaration
[JsonPropertyName("short_parade_lap")]
public bool? HasShortParadeLap { get; set; }
Property Value
Type Description
bool?

HasStartZone

Declaration
[JsonPropertyName("start_zone")]
public bool? HasStartZone { get; set; }
Property Value
Type Description
bool?

PitlaneCollisionsEnabled

Declaration
[JsonPropertyName("enable_pitlane_collisions")]
public bool? PitlaneCollisionsEnabled { get; set; }
Property Value
Type Description
bool?

QualAttached

Declaration
[Obsolete("Use property \"QualifyingIsAttached\"")]
public bool QualAttached { get; set; }
Property Value
Type Description
bool

QualifyingIsAttached

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

RaceLapLimit

Declaration
[JsonPropertyName("race_lap_limit")]
public int? RaceLapLimit { get; set; }
Property Value
Type Description
int?

RaceTimeDescriptors

Declaration
[JsonPropertyName("race_time_descriptors")]
public RaceTimeDescriptors[]? RaceTimeDescriptors { get; set; }
Property Value
Type Description
RaceTimeDescriptors[]

RaceTimeLimit

Declaration
[JsonPropertyName("race_time_limit")]
public int? RaceTimeLimit { get; set; }
Property Value
Type Description
int?

RaceWeekIndex

An index number identifying the race week.

Declaration
[JsonPropertyName("race_week_num")]
public int RaceWeekIndex { get; set; }
Property Value
Type Description
int
Remarks

The iRacing Data API works with zero-based race weeks, most people will use one-based.

See Also
RaceWeekNumber

RaceWeekNumber

The number of the race week within the season.

Declaration
[JsonIgnore]
public int RaceWeekNumber { get; }
Property Value
Type Description
int

RestartType

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

ScheduleName

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

SeasonId

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

SeasonName

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

SeriesId

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

SeriesName

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

SpecialEventType

Declaration
[JsonPropertyName("special_event_type")]
public int? SpecialEventType { get; set; }
Property Value
Type Description
int?

StartDate

Declaration
[JsonPropertyName("start_date")]
[JsonConverter(typeof(DateTimeConverter))]
public DateTime StartDate { get; set; }
Property Value
Type Description
DateTime

StartType

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

Track

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

TrackState

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

Weather

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

YellowFlags

Declaration
[Obsolete("No longer in use. Renamed to \"HasFullCourseCautions\".")]
public bool YellowFlags { get; set; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX