RedMist
Search Results for

    Show / Hide Table of Contents

    Class LoopMetadata

    X2 loop information.

    Inheritance
    object
    LoopMetadata
    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.Configuration
    Assembly: RedMist.TimingCommon.dll
    Syntax
    [MessagePackObject(false)]
    public class LoopMetadata

    Constructors

    View Source

    LoopMetadata()

    Declaration
    public LoopMetadata()

    Properties

    View Source

    EventId

    Gets or sets the event identifier this loop is associated with.

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

    Id

    Gets or sets the unique identifier for this loop.

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

    Name

    Gets or sets the name of the timing loop. Maximum length: 64 characters (X2 max is 52).

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

    Type

    Gets or sets the type of timing loop.

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