Class CompletedSection
Represents a completed section in the timing system for a given competitor.
Multiloop support is required to utilize this feature.
Inheritance
CompletedSection
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
View Source
LastLap
Lap number for the last completed section.
Declaration
[Key(4)]
public int LastLap { get; set; }
Property Value
View Source
LastSectionTimeMs
Previous section time in milliseconds.
Declaration
[Key(3)]
public int LastSectionTimeMs { get; set; }
Property Value
View Source
Number
Declaration
[MaxLength(5)]
[Key(0)]
public string Number { get; set; }
Property Value
View Source
SectionId
Section ID from the timing system.
Declaration
[MaxLength(5)]
[Key(1)]
public string SectionId { get; set; }
Property Value
Methods
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