C# 클래스 AK.F1.Timing.Messages.Driver.SetDriverQuallyTimeMessage

상속: DriverMessageBase
파일 보기 프로젝트 열기: simoneb/ak-f1-timing 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Accept ( IMessageVisitor visitor ) : void
SetDriverQuallyTimeMessage ( int driverId, int quallyNumber, System.TimeSpan quallyTime ) : System

Initialises a new instance of the SetDriverQuallyTimeMessage class and specifies if the Id of the driver, the qually number and qually time.

ToString ( ) : string

메소드 상세

Accept() 공개 메소드

public Accept ( IMessageVisitor visitor ) : void
visitor IMessageVisitor
리턴 void

SetDriverQuallyTimeMessage() 공개 메소드

Initialises a new instance of the SetDriverQuallyTimeMessage class and specifies if the Id of the driver, the qually number and qually time.
/// Thrown when or is not positive /// or is not positive. ///
public SetDriverQuallyTimeMessage ( int driverId, int quallyNumber, System.TimeSpan quallyTime ) : System
driverId int The Id of the driver.
quallyNumber int The qually number.
quallyTime System.TimeSpan The qually time.
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string