C# Class ActivEarth.Objects.Profile.DisplayWeatherControl

Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: mlcamilli/ActivEarth

Protected Properties

Свойство 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

Méthodes publiques

Méthode Description
GetCurrentConditions ( string location ) : bool

Get weather information base on location

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

GetCurrentConditions() public méthode

Get weather information base on location
public GetCurrentConditions ( string location ) : bool
location string The location
Résultat bool

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.Label