C# Class AK.F1.Timing.Model.Driver.DriverModel

Inheritance: ModelBase, IMessageProcessor
Show file Open project: simoneb/ak-f1-timing Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
DriverModel ( int id ) : System

Initialises a new instance of the DriverModel class and specifies the driver's Id.

Process ( Message message ) : void
ToString ( ) : string

Method Details

DriverModel() public method

Initialises a new instance of the DriverModel class and specifies the driver's Id.
public DriverModel ( int id ) : System
id int The driver's Id.
return System

Process() public method

public Process ( Message message ) : void
message Message
return void

ToString() public method

public ToString ( ) : string
return string