C# Class AcTools.LapTimes.LapTimeEntry

Show file Open project: gro-ove/actools Class Usage Examples

Public Methods

Method Description
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

Method Details

LapTimeEntry() public method

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
return System

LapTimeEntry() public method

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
return System

Same() public method

public Same ( LapTimeEntry entry ) : bool
entry LapTimeEntry
return bool