AK.F1.Timing.Model.Session.WeatherModel.WeatherModelBuilder.Visit C# (CSharp) Method

Visit() public method

public Visit ( SetIsWetMessage message ) : void
message AK.F1.Timing.Messages.Weather.SetIsWetMessage
return void
            public override void Visit(SetIsWetMessage message)
            {
                Model.IsWet = message.IsWet;
            }

Same methods

WeatherModel.WeatherModelBuilder::Visit ( SetAirTemperatureMessage message ) : void
WeatherModel.WeatherModelBuilder::Visit ( SetAtmosphericPressureMessage message ) : void
WeatherModel.WeatherModelBuilder::Visit ( SetHumidityMessage message ) : void
WeatherModel.WeatherModelBuilder::Visit ( SetTrackTemperatureMessage message ) : void
WeatherModel.WeatherModelBuilder::Visit ( SetWindAngleMessage message ) : void
WeatherModel.WeatherModelBuilder::Visit ( SetWindSpeedMessage message ) : void
WeatherModel.WeatherModelBuilder