C# Class ActivEarth.Objects.Profile.DisplayWeatherControl

Inheritance: System.Web.UI.UserControl
ファイルを表示 Open project: mlcamilli/ActivEarth

Protected Properties

Property Type Description
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

Public Methods

Method Description
GetCurrentConditions ( string location ) : bool

Get weather information base on location

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

GetCurrentConditions() public method

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

Page_Load() protected method

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

Property Details

Condition protected_oe property

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
return global::System.Web.UI.WebControls.Label

ConditionImage protected_oe property

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
return global::System.Web.UI.WebControls.Image

Humidity protected_oe property

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
return global::System.Web.UI.WebControls.Label

Panel1 protected_oe property

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
return global::System.Web.UI.WebControls.Panel

TempF protected_oe property

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
return global::System.Web.UI.WebControls.Label

Wind protected_oe property

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
return global::System.Web.UI.WebControls.Label