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

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

Private Properties

Property Type Description
AddCommentary void
OnCommentaryChanged void

Public Methods

Method Description
MessageModel ( ) : System.Text

Initialises a new instance of the MessageModel class.

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

Resets this message model.

Private Methods

Method Description
AddCommentary ( string commentary ) : void
OnCommentaryChanged ( ) : void

Method Details

MessageModel() public method

Initialises a new instance of the MessageModel class.
public MessageModel ( ) : System.Text
return System.Text

Process() public method

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

Reset() public method

Resets this message model.
public Reset ( ) : void
return void