Class SeasonScheduleItem
Inheritance
SeasonScheduleItem
Assembly: Aydsko.iRacingData.dll
Syntax
public class SeasonScheduleItem
Properties
CarRestrictions
Declaration
[JsonPropertyName("car_restrictions")]
public CarRestrictions[] CarRestrictions { get; set; }
Property Value
Category
Declaration
[JsonPropertyName("category")]
public string Category { get; set; }
Property Value
CategoryId
Declaration
[JsonPropertyName("category_id")]
public int CategoryId { get; set; }
Property Value
EnablePitlaneCollisions
Declaration
[JsonPropertyName("enable_pitlane_collisions")]
public bool EnablePitlaneCollisions { get; set; }
Property Value
FullCourseCautions
Declaration
[JsonPropertyName("full_course_cautions")]
public bool FullCourseCautions { get; set; }
Property Value
PracticeLength
Declaration
[JsonPropertyName("practice_length")]
public int PracticeLength { get; set; }
Property Value
QualAttached
Declaration
[JsonPropertyName("qual_attached")]
public bool QualAttached { get; set; }
Property Value
QualifyLaps
Declaration
[JsonPropertyName("qualify_laps")]
public int QualifyLaps { get; set; }
Property Value
QualifyLength
Declaration
[JsonPropertyName("qualify_length")]
public int QualifyLength { get; set; }
Property Value
QualifyingTimeDescriptors
Declaration
[JsonPropertyName("qual_time_descriptors")]
public RaceTimeDescriptors[] QualifyingTimeDescriptors { get; set; }
Property Value
RaceLapLimit
Declaration
[JsonPropertyName("race_lap_limit")]
public int? RaceLapLimit { get; set; }
Property Value
RaceTimeDescriptors
Declaration
[JsonPropertyName("race_time_descriptors")]
public RaceTimeDescriptors[] RaceTimeDescriptors { get; set; }
Property Value
RaceTimeLimit
Declaration
[JsonIgnore]
public TimeSpan? RaceTimeLimit { get; }
Property Value
RaceTimeLimitMinutes
Declaration
[JsonPropertyName("race_time_limit")]
public int? RaceTimeLimitMinutes { get; set; }
Property Value
RaceWeekCarClassIds
Declaration
[JsonPropertyName("race_week_car_class_ids")]
public int[] RaceWeekCarClassIds { get; set; }
Property Value
RaceWeekCars
Declaration
[JsonPropertyName("race_week_cars")]
public SeasonScheduleCar[] RaceWeekCars { get; set; }
Property Value
RaceWeekNum
Declaration
[JsonPropertyName("race_week_num")]
public int RaceWeekNum { get; set; }
Property Value
RestartType
Declaration
[JsonPropertyName("restart_type")]
public string RestartType { get; set; }
Property Value
ScheduleName
Declaration
[JsonPropertyName("schedule_name")]
public string ScheduleName { get; set; }
Property Value
SeasonId
Declaration
[JsonPropertyName("season_id")]
public int SeasonId { get; set; }
Property Value
SeasonName
Declaration
[JsonPropertyName("season_name")]
public string SeasonName { get; set; }
Property Value
SeriesId
Declaration
[JsonPropertyName("series_id")]
public int SeriesId { get; set; }
Property Value
SeriesName
Declaration
[JsonPropertyName("series_name")]
public string SeriesName { get; set; }
Property Value
ShortParadeLap
Declaration
[JsonPropertyName("short_parade_lap")]
public bool ShortParadeLap { get; set; }
Property Value
SpecialEventType
Declaration
[JsonPropertyName("special_event_type")]
public object? SpecialEventType { get; set; }
Property Value
StartDate
Declaration
[JsonPropertyName("start_date")]
[JsonConverter(typeof(DateTimeConverter))]
public DateTime StartDate { get; set; }
Property Value
StartType
Declaration
[JsonPropertyName("start_type")]
public string StartType { get; set; }
Property Value
StartZone
Declaration
[JsonPropertyName("start_zone")]
public bool StartZone { get; set; }
Property Value
Track
Declaration
[JsonPropertyName("track")]
public Track Track { get; set; }
Property Value
TrackState
Declaration
[JsonPropertyName("track_state")]
public SeasonScheduleTrackState TrackState { get; set; }
Property Value
WarmupLength
Declaration
[JsonPropertyName("warmup_length")]
public int WarmupLength { get; set; }
Property Value
Weather
Declaration
[JsonPropertyName("weather")]
public Weather Weather { get; set; }
Property Value
WeekEndTime
Declaration
[JsonPropertyName("week_end_time")]
public DateTimeOffset WeekEndTime { get; set; }
Property Value