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 ( |
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 |
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 |