AcTools.LapTimes.LapTimeEntry.LapTimeEntry C# (CSharp) Метод

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
        public LapTimeEntry(string sourceId, string carId, string trackId, string layoutId, DateTime entryDate, TimeSpan lapTime)
                : this(sourceId, carId, layoutId == null ? trackId : trackId + "-" + layoutId, entryDate, lapTime) {}

Same methods

LapTimeEntry::LapTimeEntry ( string sourceId, string carId, string trackId, System.DateTime entryDate, System.TimeSpan lapTime ) : System