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

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
SetDriverQuallyTimeMessage ( int driverId, int quallyNumber, System.TimeSpan quallyTime ) : System

Initialises a new instance of the SetDriverQuallyTimeMessage class and specifies if the Id of the driver, the qually number and qually time.

ToString ( ) : string

Method Details

Accept() public méthode

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

SetDriverQuallyTimeMessage() public méthode

Initialises a new instance of the SetDriverQuallyTimeMessage class and specifies if the Id of the driver, the qually number and qually time.
/// Thrown when or is not positive /// or is not positive. ///
public SetDriverQuallyTimeMessage ( int driverId, int quallyNumber, System.TimeSpan quallyTime ) : System
driverId int The Id of the driver.
quallyNumber int The qually number.
quallyTime System.TimeSpan The qually time.
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string