Свойство | Type | Description |
---|
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 |
public Accept ( IMessageVisitor visitor ) : void | ||
visitor | IMessageVisitor | |
Résultat | void |
public SetDriverNameMessage ( int driverId, string driverName ) : System | ||
driverId | int | The Id of the driver. |
driverName | string | The driver's name. |
Résultat | System |