RedMist
Search Results for

    Show / Hide Table of Contents

    Class ClassMetadata

    Represents metadata information for a class, including its name, display order, and associated color.

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

    Constructors

    View Source

    ClassMetadata()

    Declaration
    public ClassMetadata()

    Properties

    View Source

    ColorHex

    Gets or sets the color value as a hexadecimal string to show in the class marker.

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

    Name

    Class name, such as GTO.

    Declaration
    [Key(0)]
    [StringLength(40, MinimumLength = 1)]
    [Required]
    public string Name { get; set; }
    Property Value
    Type Description
    string
    View Source

    Order

    Display order in the UI when in grouped mode.

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