C# 클래스 ActivEarth.Objects.Profile.DisplayWeatherControl

상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: mlcamilli/ActivEarth

보호된 프로퍼티들

프로퍼티 타입 설명
Condition global::System.Web.UI.WebControls.Label
ConditionImage global::System.Web.UI.WebControls.Image
Humidity global::System.Web.UI.WebControls.Label
Panel1 global::System.Web.UI.WebControls.Panel
TempF global::System.Web.UI.WebControls.Label
Wind global::System.Web.UI.WebControls.Label

공개 메소드들

메소드 설명
GetCurrentConditions ( string location ) : bool

Get weather information base on location

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void

메소드 상세

GetCurrentConditions() 공개 메소드

Get weather information base on location
public GetCurrentConditions ( string location ) : bool
location string The location
리턴 bool

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

Condition 보호되어 있는 프로퍼티

Condition control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Condition
리턴 global::System.Web.UI.WebControls.Label

ConditionImage 보호되어 있는 프로퍼티

ConditionImage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Image ConditionImage
리턴 global::System.Web.UI.WebControls.Image

Humidity 보호되어 있는 프로퍼티

Humidity control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Humidity
리턴 global::System.Web.UI.WebControls.Label

Panel1 보호되어 있는 프로퍼티

Panel1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel Panel1
리턴 global::System.Web.UI.WebControls.Panel

TempF 보호되어 있는 프로퍼티

TempF control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label TempF
리턴 global::System.Web.UI.WebControls.Label

Wind 보호되어 있는 프로퍼티

Wind control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Wind
리턴 global::System.Web.UI.WebControls.Label