C# Class controls_ctrlUserControl, Open-Source-Automation

Inheritance: System.Web.UI.UserControl
Show file Open project: opensourceautomation/Open-Source-Automation

Public Properties

Property Type Description
ControlHeight int
ControlWidth int
CurState string
LastStateChange DateTime
LastUpdated DateTime
LightLevel double
ObjectName string
State1Name string
StateMatch string

Public Methods

Method Description
initialize ( ) : void

Protected Methods

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

Private Methods

Method Description
LoadDates ( ) : void
LoadDayLabels ( ) : void
LoadDaySummaryLabels ( ) : void
LoadHighs ( ) : void
LoadImageControls ( ) : void
LoadImages ( string key, Image imageBox ) : void
LoadLows ( ) : void
LoadNightSummaryLabels ( ) : void
Load_All_Weather ( ) : void

Method Details

Button1_Click() protected method

protected Button1_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Page_Load() protected method

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

btnState_Click() protected method

protected btnState_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

initialize() public method

public initialize ( ) : void
return void

Property Details

ControlHeight public property

public int ControlHeight
return int

ControlWidth public property

public int ControlWidth
return int

CurState public property

public string CurState
return string

LastStateChange public property

public DateTime LastStateChange
return DateTime

LastUpdated public property

public DateTime LastUpdated
return DateTime

LightLevel public property

public double LightLevel
return double

ObjectName public property

public string ObjectName
return string

State1Name public property

public string State1Name
return string

StateMatch public property

public string StateMatch
return string