C# 클래스 iRacingSimulator.Drivers.DriverResults

Represents a dictionary of session results for a driver. Contains results for all sessions.
파일 보기 프로젝트 열기: NickThissen/iRacingSdkWrapper

공개 메소드들

메소드 설명
DriverResults ( Driver driver ) : System
FromSession ( int sessionNumber ) : DriverSessionResults

Gets the session results for this driver for the specified session number, or empty results if he does not appear in the results.

HasResult ( int sessionNumber ) : bool

Checks if this driver is present in the results for the specified session.

this ( int sessionNumber ) : DriverSessionResults

Gets the session results for this driver for the specified session number, or empty results if he does not appear in the results.

비공개 메소드들

메소드 설명
SetResults ( int sessionNumber, iRacingSdkWrapper.YamlQuery query, int position ) : void

메소드 상세

DriverResults() 공개 메소드

public DriverResults ( Driver driver ) : System
driver Driver
리턴 System

FromSession() 공개 메소드

Gets the session results for this driver for the specified session number, or empty results if he does not appear in the results.
public FromSession ( int sessionNumber ) : DriverSessionResults
sessionNumber int
리턴 DriverSessionResults

HasResult() 공개 메소드

Checks if this driver is present in the results for the specified session.
public HasResult ( int sessionNumber ) : bool
sessionNumber int
리턴 bool

this() 공개 메소드

Gets the session results for this driver for the specified session number, or empty results if he does not appear in the results.
public this ( int sessionNumber ) : DriverSessionResults
sessionNumber int
리턴 DriverSessionResults