Class Announcement
Message to convey to team, drivers, spectators, etc.
Assembly: RedMist.TimingCommon.dll
Syntax
[MessagePackObject(false)]
public class Announcement
Constructors
View Source
Announcement()
Declaration
Properties
View Source
Priority
Announcement priority ("Urgent", "High", "Normal", "Low").
Declaration
[MaxLength(6)]
[Key(1)]
public string Priority { get; set; }
Property Value
View Source
Text
Declaration
[MaxLength(200)]
[Key(2)]
public string Text { get; set; }
Property Value
View Source
Timestamp
Time at which the announcement was made.
Declaration
[Key(0)]
public DateTime Timestamp { get; set; }
Property Value
Methods
View Source
Equals(Announcement)
Declaration
public bool Equals(Announcement other)
Parameters
Returns
View Source
Equals(object?)
Declaration
public override bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
View Source
test()
Declaration