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

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

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

SetDriverNameMessage() public method

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

ToString() public method

public ToString ( ) : string
return string