Property | Type | Description |
---|
Method | Description | |
---|---|---|
Accept ( IMessageVisitor visitor ) : void | ||
SetDriverStatusMessage ( int driverId, DriverStatus driverStatus ) : System |
Initialises a new instance of the SetDriverStatusMessage class and specifies if the Id of the driver and the driver's status.
|
|
ToString ( ) : string |
public Accept ( IMessageVisitor visitor ) : void | ||
visitor | IMessageVisitor | |
return | void |
public SetDriverStatusMessage ( int driverId, DriverStatus driverStatus ) : System | ||
driverId | int | The Id of the driver. |
driverStatus | DriverStatus | The driver's new status. |
return | System |