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

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

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

SetDriverQuallyTimeMessage() public method

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

ToString() public method

public ToString ( ) : string
return string