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

Inheritance: ModelBase, IMessageProcessor
Afficher le fichier Open project: simoneb/ak-f1-timing Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

Process() public méthode

public Process ( Message message ) : void
message Message
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string