C# Класс AK.F1.Timing.Model.Driver.LapHistoryEntry

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
LapHistoryEntry ( PostedTime s1, PostedTime s2, PostedTime s3, PostedTime lap ) : System

Initialises a new instance of the LapHistoryEntry class.

Приватные методы

Метод Описание
CheckLapNumber ( PostedTime time, int expectedLapNumber, string paramName ) : void
CheckLapNumbersAreEqual ( PostedTime s1, PostedTime s2, PostedTime s3, PostedTime lap ) : void
CheckOneIsNotNull ( PostedTime s1, PostedTime s2, PostedTime s3, PostedTime lap ) : void

Описание методов

LapHistoryEntry() публичный Метод

Initialises a new instance of the LapHistoryEntry class.
/// Thrown when all arguments are . /// /// Thrown when specified times are not all for the same lap. ///
public LapHistoryEntry ( PostedTime s1, PostedTime s2, PostedTime s3, PostedTime lap ) : System
s1 PostedTime The sector one time set.
s2 PostedTime The sector two time set.
s3 PostedTime The sector three time set.
lap PostedTime The overall lap time set.
Результат System