RedMist
Search Results for

    Show / Hide Table of Contents

    Class EventSchedule

    Represents a schedule for an event, containing a collection of scheduled entries.

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

    Constructors

    View Source

    EventSchedule()

    Declaration
    public EventSchedule()

    Properties

    View Source

    Entries

    Gets or sets the list of schedule entries for the event. Maximum number of entries: 25.

    Declaration
    [JsonPropertyName("s")]
    [Key(1)]
    [MaxLength(25)]
    public List<EventScheduleEntry> Entries { get; set; }
    Property Value
    Type Description
    List<EventScheduleEntry>
    View Source

    Name

    Gets or sets the name of the schedule. Maximum length: 128 characters.

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