C# Класс ActivEarth.Objects.Profile.DisplayWeatherControl

Наследование: System.Web.UI.UserControl
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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