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

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

Private Properties

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

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

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

Initialises a new instance of the SetDriverPitTimeMessage class and specifies if the Id of the driver, the pit time and the lap number on which the driver pitted.

ToString ( ) : string

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

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

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

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

Initialises a new instance of the SetDriverPitTimeMessage class and specifies if the Id of the driver, the pit time and the lap number on which the driver pitted.
/// Thrown when is not positive. /// /// Thrown when is . ///
public SetDriverPitTimeMessage ( int driverId, PostedTime pitTime ) : System
driverId int The Id of the driver.
pitTime PostedTime The pit time, inclusive of the time taken to travel the pit lane.
Результат System

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

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