RedMist
Search Results for

    Show / Hide Table of Contents

    Class Payload

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

    Constructors

    View Source

    Payload()

    Declaration
    public Payload()

    Properties

    View Source

    CarPositionUpdates

    Declaration
    [JsonPropertyName("cpu")]
    public List<CarPosition> CarPositionUpdates { get; set; }
    Property Value
    Type Description
    List<CarPosition>
    View Source

    CarPositions

    Declaration
    [JsonPropertyName("cps")]
    public List<CarPosition> CarPositions { get; set; }
    Property Value
    Type Description
    List<CarPosition>
    View Source

    EventEntries

    Declaration
    [JsonPropertyName("ee")]
    public List<EventEntry> EventEntries { get; set; }
    Property Value
    Type Description
    List<EventEntry>
    View Source

    EventEntryUpdates

    Declaration
    [JsonPropertyName("eeu")]
    public List<EventEntry> EventEntryUpdates { get; set; }
    Property Value
    Type Description
    List<EventEntry>
    View Source

    EventId

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

    EventName

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

    EventStatus

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

    FlagDurations

    Declaration
    [JsonPropertyName("fd")]
    public List<FlagDuration>? FlagDurations { get; set; }
    Property Value
    Type Description
    List<FlagDuration>
    View Source

    IsReset

    Declaration
    [JsonPropertyName("r")]
    public bool IsReset { get; set; }
    Property Value
    Type Description
    bool

    Extension Methods

    PayloadExtensions.ToSessionState(Payload)
    • View Source
    In this article
    Back to top © 2025 Big Mission Motorsports, LLC. Red Mist Timing & Scoring