C# Class AGENT.Contrib.Weather.SimpleWeatherForecast

Inheritance: IWeatherForecast
Datei anzeigen Open project: nothingmn/AGENT.Contrib

Private Properties

Property Type Description
SampleForecast IForecast
SetupNewSetOfRandomData void
updateWeather void

Public Methods

Method Description
SimpleWeatherForecast ( ) : System

Private Methods

Method Description
SampleForecast ( int dayOffSet ) : IForecast
SetupNewSetOfRandomData ( ) : void
updateWeather ( object state ) : void

Method Details

SimpleWeatherForecast() public method

public SimpleWeatherForecast ( ) : System
return System