RedMist
Search Results for

    Show / Hide Table of Contents

    Class EventScheduleEntry

    Represents a single entry in an event schedule, defining a scheduled activity with start and end times.

    Inheritance
    object
    EventScheduleEntry
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: RedMist.TimingCommon.Models.Configuration
    Assembly: RedMist.TimingCommon.dll
    Syntax
    [MessagePackObject(false)]
    public class EventScheduleEntry

    Constructors

    View Source

    EventScheduleEntry()

    Declaration
    public EventScheduleEntry()

    Properties

    View Source

    DayOfEvent

    Gets or sets the day of the event for this schedule entry.

    Declaration
    [JsonPropertyName("d")]
    [Key(0)]
    public DateTime DayOfEvent { get; set; }
    Property Value
    Type Description
    DateTime
    View Source

    EndTime

    Gets or sets the end time of the scheduled activity.

    Declaration
    [JsonPropertyName("e")]
    [Key(2)]
    public DateTime EndTime { get; set; }
    Property Value
    Type Description
    DateTime
    View Source

    Name

    Gets or sets the name or description of the scheduled session, such as qualifying, race 1, etc. Maximum length: 128 characters.

    Declaration
    [JsonPropertyName("n")]
    [Key(3)]
    [MaxLength(128)]
    public string Name { get; set; }
    Property Value
    Type Description
    string
    View Source

    StartTime

    Gets or sets the start time of the scheduled activity.

    Declaration
    [JsonPropertyName("s")]
    [Key(1)]
    public DateTime StartTime { get; set; }
    Property Value
    Type Description
    DateTime
    • View Source
    In this article
    Back to top © 2025 Big Mission Motorsports, LLC. Red Mist Timing & Scoring