RedMist
Search Results for

    Show / Hide Table of Contents

    Class CarControlLogs

    Represents a collection of control log entries associated with a specific car.

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

    Constructors

    View Source

    CarControlLogs()

    Declaration
    public CarControlLogs()

    Properties

    View Source

    CarNumber

    Gets or sets the car number. Maximum length: 5 characters.

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

    ControlLogEntries

    Gets or sets the list of control log entries for this car. Maximum number of entries: 2000.

    Declaration
    [JsonPropertyName("entries")]
    [Key(1)]
    [MaxLength(2000)]
    public List<ControlLogEntry> ControlLogEntries { get; set; }
    Property Value
    Type Description
    List<ControlLogEntry>
    • View Source
    In this article
    Back to top © 2025 Big Mission Motorsports, LLC. Red Mist Timing & Scoring