C# 클래스 AcManager.Tools.Profile.LapTimesStorage

상속: Storage
파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 메소드들

메소드 설명
GetLapTimes ( ) : IEnumerable
IsBetter ( [ entry ) : bool
LapTimesStorage ( string sourceId ) : System
Set ( [ entry ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

GetLapTimes() 공개 메소드

public GetLapTimes ( ) : IEnumerable
리턴 IEnumerable

IsBetter() 공개 메소드

public IsBetter ( [ entry ) : bool
entry [
리턴 bool

LapTimesStorage() 공개 메소드

public LapTimesStorage ( string sourceId ) : System
sourceId string
리턴 System

Set() 공개 메소드

public Set ( [ entry ) : void
entry [
리턴 void