C# Class AK.F1.Timing.Messages.Driver.SetDriverCarNumberMessage

Inheritance: DriverMessageBase
Afficher le fichier Open project: simoneb/ak-f1-timing Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Accept ( IMessageVisitor visitor ) : void
SetDriverCarNumberMessage ( int driverId, int carNumber ) : System

Initialises a new instance of the SetDriverCarNumberMessage class and specifies if the Id of the driver and the driver's car number.

ToString ( ) : string

Method Details

Accept() public méthode

public Accept ( IMessageVisitor visitor ) : void
visitor IMessageVisitor
Résultat void

SetDriverCarNumberMessage() public méthode

Initialises a new instance of the SetDriverCarNumberMessage class and specifies if the Id of the driver and the driver's car number.
/// Thrown when or is not positive. ///
public SetDriverCarNumberMessage ( int driverId, int carNumber ) : System
driverId int The Id of the driver.
carNumber int The driver's new car number.
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string