C# Class AK.F1.Timing.Model.Session.FastestTimeModel

Show file Open project: simoneb/ak-f1-timing Class Usage Examples

Public Methods

Method Description
FastestTimeModel ( DriverModel driver, System.TimeSpan time, int lapNumber, System.TimeSpan delta ) : System

Initialises a new instance of the FastestTimeModel class.

Method Details

FastestTimeModel() public method

Initialises a new instance of the FastestTimeModel class.
public FastestTimeModel ( DriverModel driver, System.TimeSpan time, int lapNumber, System.TimeSpan delta ) : System
driver AK.F1.Timing.Model.Driver.DriverModel The driver which posted the time. Can be .
time System.TimeSpan The time.
lapNumber int The lap number on which the time was set.
delta System.TimeSpan The delta from the previous fastest time.
return System