RedMist
Search Results for

    Show / Hide Table of Contents

    Class EventSummary

    Event summary used for populating selection list/dropdown in the Relay

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

    Constructors

    View Source

    EventSummary()

    Declaration
    public EventSummary()

    Properties

    View Source

    EndDate

    Gets or sets the end date and time of the event.

    Declaration
    [Key(6)]
    public DateTime EndDate { get; set; }
    Property Value
    Type Description
    DateTime
    View Source

    Id

    Gets or sets the unique identifier for this event.

    Declaration
    [Key(0)]
    public int Id { get; set; }
    Property Value
    Type Description
    int
    View Source

    IsActive

    Gets or sets a value indicating whether this event is active, i.e. selected in the relay dropdown.

    Declaration
    [Key(3)]
    public bool IsActive { get; set; }
    Property Value
    Type Description
    bool
    View Source

    IsArchived

    Gets or sets a value indicating whether this session is historical or archived.

    Declaration
    [Key(5)]
    public bool IsArchived { get; set; }
    Property Value
    Type Description
    bool
    View Source

    IsSimulation

    Indicates whether this is a real event or a simulation/replay/test event.

    Declaration
    [Key(4)]
    public bool IsSimulation { get; set; }
    Property Value
    Type Description
    bool
    View Source

    Name

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

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

    StartDate

    Gets or sets the start date and time of the event.

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