C# Class OSAE.WUnderground.WUnderground

Inheritance: OSAEPluginBase
Mostrar archivo Open project: opensourceautomation/Open-Source-Automation

Public Methods

Method Description
ConditionsUpdateTime ( object sender, EventArgs eArgs ) : void
DayNightUpdateTime ( object sender, EventArgs eArgs ) : void
ForecastUpdateTime ( object sender, EventArgs eArgs ) : void
OwnTypes ( ) : void
ProcessCommand ( OSAEMethod method ) : void
RunInterface ( string pluginName ) : void
Shutdown ( ) : void
update ( ) : void
updateDayNight ( ) : void
updateconditions ( ) : void
updateforecast ( ) : void

Private Methods

Method Description
GetFieldFromXmlAndReport ( XmlDocument xml, string fieldName, string xPathQuery ) : void
GetNodeValue ( XmlDocument xml, string xPathQuery ) : string
ReportFieldValue ( string fieldName, string fieldValue ) : void

Method Details

ConditionsUpdateTime() public method

public ConditionsUpdateTime ( object sender, EventArgs eArgs ) : void
sender object
eArgs System.EventArgs
return void

DayNightUpdateTime() public method

public DayNightUpdateTime ( object sender, EventArgs eArgs ) : void
sender object
eArgs System.EventArgs
return void

ForecastUpdateTime() public method

public ForecastUpdateTime ( object sender, EventArgs eArgs ) : void
sender object
eArgs System.EventArgs
return void

OwnTypes() public method

public OwnTypes ( ) : void
return void

ProcessCommand() public method

public ProcessCommand ( OSAEMethod method ) : void
method OSAEMethod
return void

RunInterface() public method

public RunInterface ( string pluginName ) : void
pluginName string
return void

Shutdown() public method

public Shutdown ( ) : void
return void

update() public method

public update ( ) : void
return void

updateDayNight() public method

public updateDayNight ( ) : void
return void

updateconditions() public method

public updateconditions ( ) : void
return void

updateforecast() public method

public updateforecast ( ) : void
return void