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

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
ReplaceDriverLapTimeMessage ( int driverId, PostedTime replacement ) : System

Initialises a new instance of the ReplaceDriverLapTimeMessage class and specifies if the Id of the driver and the previous lap time replacement.

ToString ( ) : string

Method Details

Accept() public méthode

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

ReplaceDriverLapTimeMessage() public méthode

Initialises a new instance of the ReplaceDriverLapTimeMessage class and specifies if the Id of the driver and the previous lap time replacement.
/// Thrown when is not positive. /// /// Thrown when is . ///
public ReplaceDriverLapTimeMessage ( int driverId, PostedTime replacement ) : System
driverId int The Id of the driver.
replacement PostedTime The previous lap time replacement.
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string