C# Класс AcTools.LapTimes.LapTimeEntry

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

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

Метод Описание
LapTimeEntry ( string sourceId, string carId, string trackId, System.DateTime entryDate, System.TimeSpan lapTime ) : System
LapTimeEntry ( string sourceId, string carId, string trackId, string layoutId, System.DateTime entryDate, System.TimeSpan lapTime ) : System
Same ( LapTimeEntry entry ) : bool

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

LapTimeEntry() публичный метод

public LapTimeEntry ( string sourceId, string carId, string trackId, System.DateTime entryDate, System.TimeSpan lapTime ) : System
sourceId string
carId string
trackId string
entryDate System.DateTime
lapTime System.TimeSpan
Результат System

LapTimeEntry() публичный метод

public LapTimeEntry ( string sourceId, string carId, string trackId, string layoutId, System.DateTime entryDate, System.TimeSpan lapTime ) : System
sourceId string
carId string
trackId string
layoutId string
entryDate System.DateTime
lapTime System.TimeSpan
Результат System

Same() публичный метод

public Same ( LapTimeEntry entry ) : bool
entry LapTimeEntry
Результат bool