C# Class AcManager.Tools.Profile.LapTimesStorage

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

Méthodes publiques

Méthode Description
GetLapTimes ( ) : IEnumerable
IsBetter ( [ entry ) : bool
LapTimesStorage ( string sourceId ) : System
Set ( [ entry ) : void

Private Methods

Méthode Description
GetCachedLapTimesList ( ILapTimesReader reader ) : IReadOnlyList
GetKey ( string carId, string trackAcId ) : string
GetLapTime ( string carId, string trackAcId ) : LapTimeEntry
GetLapTime ( string carId, string trackAcId, string packedValue ) : LapTimeEntry
GetLapTimesList ( ILapTimesReader reader ) : IReadOnlyList
Pack ( LapTimeEntry entry ) : string
Unpack ( string packed, System.DateTime &date, System.TimeSpan &lapTime ) : bool
UpdateCachedLapTimesList ( ILapTimesReader reader ) : IReadOnlyList

Method Details

GetLapTimes() public méthode

public GetLapTimes ( ) : IEnumerable
Résultat IEnumerable

IsBetter() public méthode

public IsBetter ( [ entry ) : bool
entry [
Résultat bool

LapTimesStorage() public méthode

public LapTimesStorage ( string sourceId ) : System
sourceId string
Résultat System

Set() public méthode

public Set ( [ entry ) : void
entry [
Résultat void