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

A container for messages generated during a timing session.
Inheritance: ModelBase, IMessageProcessor
Afficher le fichier Open project: simoneb/ak-f1-timing Class Usage Examples

Private Properties

Свойство Type Description
AddCommentary void
OnCommentaryChanged void

Méthodes publiques

Méthode Description
MessageModel ( ) : System.Text

Initialises a new instance of the MessageModel class.

Process ( Message message ) : void
Reset ( ) : void

Resets this message model.

Private Methods

Méthode Description
AddCommentary ( string commentary ) : void
OnCommentaryChanged ( ) : void

Method Details

MessageModel() public méthode

Initialises a new instance of the MessageModel class.
public MessageModel ( ) : System.Text
Résultat System.Text

Process() public méthode

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

Reset() public méthode

Resets this message model.
public Reset ( ) : void
Résultat void