C# Class AK.F1.Timing.Messages.Weather.SetIsWetMessage

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
SetIsWetMessage ( bool isWet ) : System

Initialises a new instance of the SetIsWetMessage class and specifies whether the track is wet or dry.

ToString ( ) : string

Method Details

Accept() public method

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

SetIsWetMessage() public method

Initialises a new instance of the SetIsWetMessage class and specifies whether the track is wet or dry.
public SetIsWetMessage ( bool isWet ) : System
isWet bool
return System

ToString() public method

public ToString ( ) : string
return string