C# Класс AK.F1.Timing.Messages.Driver.SetDriverPitCountMessage

Наследование: DriverMessageBase
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Accept ( IMessageVisitor visitor ) : void
SetDriverPitCountMessage ( int driverId, int pitCount ) : System

Initialises a new instance of the SetDriverPitCountMessage class and specifies if the Id of the driver and the pit count.

ToString ( ) : string

Описание методов

Accept() публичный метод

public Accept ( IMessageVisitor visitor ) : void
visitor IMessageVisitor
Результат void

SetDriverPitCountMessage() публичный метод

Initialises a new instance of the SetDriverPitCountMessage class and specifies if the Id of the driver and the pit count.
/// Thrown when is not positive. ///
public SetDriverPitCountMessage ( int driverId, int pitCount ) : System
driverId int The Id of the driver.
pitCount int The driver's new pit count.
Результат System

ToString() публичный метод

public ToString ( ) : string
Результат string