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

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

Initialises a new instance of the ReplaceDriverSectorTimeMessage class and specifies if the Id of the driver, the sector number, and the previous sector time replacement.

ToString ( ) : string

Method Details

Accept() public méthode

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

ReplaceDriverSectorTimeMessage() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string