RedMist
Search Results for

    Show / Hide Table of Contents

    Class EventEntry

    Competitor entry information for an event.

    Inheritance
    object
    EventEntry
    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
    [MessagePackObject(false)]
    public class EventEntry

    Constructors

    View Source

    EventEntry()

    Declaration
    public EventEntry()

    Properties

    View Source

    Class

    Car's class. This can be empty.

    Declaration
    [JsonPropertyName("c")]
    [MaxLength(40)]
    [Key(3)]
    public string Class { get; set; }
    Property Value
    Type Description
    string
    View Source

    Name

    Typically associated with First or Last name depending on configuration of the timing system.

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

    Number

    Car's number which can include letters, such as 99x.

    Declaration
    [JsonPropertyName("no")]
    [MaxLength(5)]
    [Key(0)]
    public string Number { get; set; }
    Property Value
    Type Description
    string
    View Source

    Team

    Typically the name of the team depending on configuration of the timing system.

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