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

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

Private Properties

Свойство Type Description

Méthodes publiques

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

public Accept ( IMessageVisitor visitor ) : void
visitor IMessageVisitor
Résultat void

SetIsWetMessage() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string