C# Class AK.F1.Timing.Messages.Feed.SetSystemMessageMessage

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

Private Properties

Property Type Description

Public Methods

Method Description
Accept ( IMessageVisitor visitor ) : void
SetSystemMessageMessage ( string message ) : System

Initialises a new instance of the SetSystemMessageMessage class and specifies the new system message text.

ToString ( ) : string

Method Details

Accept() public method

public Accept ( IMessageVisitor visitor ) : void
visitor IMessageVisitor
return void

SetSystemMessageMessage() public method

Initialises a new instance of the SetSystemMessageMessage class and specifies the new system message text.
/// Thrown when is . ///
public SetSystemMessageMessage ( string message ) : System
message string The new system message text.
return System

ToString() public method

public ToString ( ) : string
return string