C# 클래스 OSAE.WUnderground.WUnderground

상속: OSAEPluginBase
파일 보기 프로젝트 열기: opensourceautomation/Open-Source-Automation

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetFieldFromXmlAndReport ( XmlDocument xml, string fieldName, string xPathQuery ) : void
GetNodeValue ( XmlDocument xml, string xPathQuery ) : string
ReportFieldValue ( string fieldName, string fieldValue ) : void

메소드 상세

ConditionsUpdateTime() 공개 메소드

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

DayNightUpdateTime() 공개 메소드

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

ForecastUpdateTime() 공개 메소드

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

OwnTypes() 공개 메소드

public OwnTypes ( ) : void
리턴 void

ProcessCommand() 공개 메소드

public ProcessCommand ( OSAEMethod method ) : void
method OSAEMethod
리턴 void

RunInterface() 공개 메소드

public RunInterface ( string pluginName ) : void
pluginName string
리턴 void

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void

update() 공개 메소드

public update ( ) : void
리턴 void

updateDayNight() 공개 메소드

public updateDayNight ( ) : void
리턴 void

updateconditions() 공개 메소드

public updateconditions ( ) : void
리턴 void

updateforecast() 공개 메소드

public updateforecast ( ) : void
리턴 void