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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Accept ( IMessageVisitor visitor ) : void
SetGridColumnValueMessage ( int driverId, GridColumn column, GridColumnColour colour, string value ) : System

Initialises a new instance of the SetGridColumnValueMessage class.

ToString ( ) : string

메소드 상세

Accept() 공개 메소드

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

SetGridColumnValueMessage() 공개 메소드

Initialises a new instance of the SetGridColumnValueMessage class.
public SetGridColumnValueMessage ( int driverId, GridColumn column, GridColumnColour colour, string value ) : System
driverId int The Id of the driver the message is related to.
column GridColumn The column whose value is to be set.
colour GridColumnColour The column colour value.
value string The column value.
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string