C# 클래스 AcTools.LapTimes.LapTimeEntry

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

공개 메소드들

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

메소드 상세

LapTimeEntry() 공개 메소드

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
리턴 System

LapTimeEntry() 공개 메소드

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
리턴 System

Same() 공개 메소드

public Same ( LapTimeEntry entry ) : bool
entry LapTimeEntry
리턴 bool