C# Class controls_ctrlStateImage, Open-Source-Automation

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

Public Properties

Property Type Description
CurState string
LastStateChange DateTime
LastUpdated DateTime
LightLevel double
ObjectName string
StateMatch string
cObj OSAE.OSAEObject

Protected Methods

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

Method Details

Page_Load() protected method

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

Property Details

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

StateMatch public property

public string StateMatch
return string

cObj public property

public OSAEObject,OSAE cObj
return OSAE.OSAEObject