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

Inheritance: DriverMessageBase
Show file Open project: simoneb/ak-f1-timing Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

public Accept ( IMessageVisitor visitor ) : void
visitor IMessageVisitor
return void

SetDriverCarNumberMessage() public method

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.
return System

ToString() public method

public ToString ( ) : string
return string