RedMist
Search Results for

    Show / Hide Table of Contents

    Class DriverInfo

    Represents identifying and descriptive information for a driver entry in an event.

    Inheritance
    object
    DriverInfo
    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 DriverInfo
    Remarks

    Either the combination of EventId and CarNumber, or TransponderId, must be provided to uniquely identify a driver entry

    Constructors

    View Source

    DriverInfo()

    Declaration
    public DriverInfo()

    Properties

    View Source

    CarNumber

    Car number which can include letters such as 99x. Either EventId and CarNumber or TransponderId must be provided.

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

    DriverId

    Optional ID of the driver to track across events.

    Declaration
    [Key(4)]
    [MaxLength(36)]
    public string DriverId { get; set; }
    Property Value
    Type Description
    string
    View Source

    DriverName

    Gets or sets the name of the driver. Leave empty if to clear out.

    Declaration
    [Key(3)]
    [MaxLength(25)]
    public string DriverName { get; set; }
    Property Value
    Type Description
    string
    View Source

    EventId

    Redmist Event ID. Either EventId and CarNumber or TransponderId must be provided.

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

    TransponderId

    Car's main transponder ID as indicated by the timing system. Either EventId and CarNumber or TransponderId must be provided.

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