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

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

Private Properties

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

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

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

Initialises a new instance of the SetDriverNameMessage class and specifies if the Id of the driver and the driver's name.

ToString ( ) : string

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

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

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

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

Initialises a new instance of the SetDriverNameMessage class and specifies if the Id of the driver and the driver's name.
/// Thrown when is not positive. /// /// Thrown when is . /// /// Thrown when is or zero length. ///
public SetDriverNameMessage ( int driverId, string driverName ) : System
driverId int The Id of the driver.
driverName string The driver's name.
Результат System

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

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