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

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

Private Properties

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

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

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

Initialises a new instance of the SetDriverLapTimeMessage class and specifies if the Id of the driver and the lap time set by the driver.

ToString ( ) : string

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

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

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

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

Initialises a new instance of the SetDriverLapTimeMessage class and specifies if the Id of the driver and the lap time set by the driver.
/// Thrown when is not positive. /// /// Thrown when is . ///
public SetDriverLapTimeMessage ( int driverId, PostedTime lapTime ) : System
driverId int The Id of the driver.
lapTime PostedTime The lap time.
Результат System

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

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