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

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

Private Properties

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

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

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

Initialises a new instance of the SetDriverGapMessage class and specifies if the Id of the driver and the gap.

ToString ( ) : string

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

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

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

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

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

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

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