RedMist
Search Results for

    Show / Hide Table of Contents

    Class EventStatus

    Inheritance
    object
    EventStatus
    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
    Assembly: RedMist.TimingCommon.dll
    Syntax
    [Obsolete("Use RedMist.TimingCommon.Models.SessionState instead")]
    public class EventStatus

    Constructors

    View Source

    EventStatus()

    Declaration
    public EventStatus()

    Properties

    View Source

    EventId

    Declaration
    [JsonPropertyName("eid")]
    public string? EventId { get; set; }
    Property Value
    Type Description
    string
    View Source

    Flag

    Declaration
    [JsonPropertyName("f")]
    public Flags Flag { get; set; }
    Property Value
    Type Description
    Flags
    View Source

    IsPracticeQualifying

    Declaration
    [JsonPropertyName("pq")]
    public bool IsPracticeQualifying { get; set; }
    Property Value
    Type Description
    bool
    View Source

    LapsToGo

    Declaration
    [JsonPropertyName("ltg")]
    public int LapsToGo { get; set; }
    Property Value
    Type Description
    int
    View Source

    LocalTimeOfDay

    Declaration
    [JsonPropertyName("tt")]
    public string LocalTimeOfDay { get; set; }
    Property Value
    Type Description
    string
    View Source

    RunningRaceTime

    Declaration
    [JsonPropertyName("rt")]
    public string RunningRaceTime { get; set; }
    Property Value
    Type Description
    string
    View Source

    TimeToGo

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