RedMist
Search Results for

    Show / Hide Table of Contents

    Class Announcement

    Message to convey to team, drivers, spectators, etc.

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

    Constructors

    View Source

    Announcement()

    Declaration
    public Announcement()

    Properties

    View Source

    Priority

    Announcement priority ("Urgent", "High", "Normal", "Low").

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

    Text

    The message.

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

    Timestamp

    Time at which the announcement was made.

    Declaration
    [Key(0)]
    public DateTime Timestamp { get; set; }
    Property Value
    Type Description
    DateTime

    Methods

    View Source

    Equals(Announcement)

    Declaration
    public bool Equals(Announcement other)
    Parameters
    Type Name Description
    Announcement other
    Returns
    Type Description
    bool
    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

    test()

    Declaration
    public void test()
    • View Source
    In this article
    Back to top © 2025 Big Mission Motorsports, LLC. Red Mist Timing & Scoring