RedMist
Search Results for

    Show / Hide Table of Contents

    Class CompletedSection

    Represents a completed section in the timing system for a given competitor. Multiloop support is required to utilize this feature.

    Inheritance
    object
    CompletedSection
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: RedMist.TimingCommon.Models
    Assembly: RedMist.TimingCommon.dll
    Syntax
    [MessagePackObject(false)]
    public class CompletedSection

    Constructors

    View Source

    CompletedSection()

    Declaration
    public CompletedSection()

    Properties

    View Source

    ElapsedTimeMs

    Section time in milliseconds.

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

    LastLap

    Lap number for the last completed section.

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

    LastSectionTimeMs

    Previous section time in milliseconds.

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

    Number

    Car number.

    Declaration
    [MaxLength(5)]
    [Key(0)]
    public string Number { get; set; }
    Property Value
    Type Description
    string
    Remarks

    Max length is 4 if multiloop is in use

    View Source

    SectionId

    Section ID from the timing system.

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

    Methods

    View Source

    Equals(object?)

    Declaration
    public override bool Equals(object? obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)
    View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()
    • View Source
    In this article
    Back to top © 2025 Big Mission Motorsports, LLC. Red Mist Timing & Scoring