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

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
SetHumidityMessage ( double humidity ) : System

Initialises a new instance of the SetHumidityMessage class and specifies the new humidity, as a percentage.

ToString ( ) : string

Method Details

Accept() public method

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

SetHumidityMessage() public method

Initialises a new instance of the SetHumidityMessage class and specifies the new humidity, as a percentage.
/// Thrown when is negative or greater than one hundred. ///
public SetHumidityMessage ( double humidity ) : System
humidity double The humidity, as a percentage.
return System

ToString() public method

public ToString ( ) : string
return string