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

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

Private Properties

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

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

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

Initialises a new instance of the SetDriverStatusMessage class and specifies if the Id of the driver and the driver's status.

ToString ( ) : string

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

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

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

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

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

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

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