C# Class AcTools.LapTimes.LapTimeEntry

Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat System

LapTimeEntry() public méthode

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
Résultat System

Same() public méthode

public Same ( LapTimeEntry entry ) : bool
entry LapTimeEntry
Résultat bool