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

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
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

Method Details

Accept() public méthode

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

SetDriverNameMessage() public méthode

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.
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string