C# Class controls_ctrlUserControl, Open-Source-Automation

Inheritance: System.Web.UI.UserControl
Datei anzeigen 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_oe property

public int ControlHeight
return int

ControlWidth public_oe property

public int ControlWidth
return int

CurState public_oe property

public string CurState
return string

LastStateChange public_oe property

public DateTime LastStateChange
return DateTime

LastUpdated public_oe property

public DateTime LastUpdated
return DateTime

LightLevel public_oe property

public double LightLevel
return double

ObjectName public_oe property

public string ObjectName
return string

State1Name public_oe property

public string State1Name
return string

StateMatch public_oe property

public string StateMatch
return string