C# Class OSAE.WUnderground.WUnderground

Inheritance: OSAEPluginBase
Afficher le fichier Open project: opensourceautomation/Open-Source-Automation

Méthodes publiques

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

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

public ConditionsUpdateTime ( object sender, EventArgs eArgs ) : void
sender object
eArgs System.EventArgs
Résultat void

DayNightUpdateTime() public méthode

public DayNightUpdateTime ( object sender, EventArgs eArgs ) : void
sender object
eArgs System.EventArgs
Résultat void

ForecastUpdateTime() public méthode

public ForecastUpdateTime ( object sender, EventArgs eArgs ) : void
sender object
eArgs System.EventArgs
Résultat void

OwnTypes() public méthode

public OwnTypes ( ) : void
Résultat void

ProcessCommand() public méthode

public ProcessCommand ( OSAEMethod method ) : void
method OSAEMethod
Résultat void

RunInterface() public méthode

public RunInterface ( string pluginName ) : void
pluginName string
Résultat void

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void

update() public méthode

public update ( ) : void
Résultat void

updateDayNight() public méthode

public updateDayNight ( ) : void
Résultat void

updateconditions() public méthode

public updateconditions ( ) : void
Résultat void

updateforecast() public méthode

public updateforecast ( ) : void
Résultat void