C# Class SimpleWeb.Dashboard

显示文件 Open project: ISISComputingGroup/EPICS-EpicsWeb

Protected Properties

Property Type Description
lblBlocks global::System.Web.UI.WebControls.Label
lblName global::System.Web.UI.WebControls.Label
lblUpdated global::System.Web.UI.WebControls.Label
lstRunInfo global::System.Web.UI.WebControls.BulletedList

Protected Methods

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

Private Methods

Method Description
Unzip ( byte s ) : string
dehex ( String hexed ) : byte[]
getBlocks ( ) : void
getErrorCount ( ) : void
getRunInfo ( ) : Boolean

Method Details

Page_Load() protected method

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

Property Details

lblBlocks protected_oe property

lblBlocks control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblBlocks
return global::System.Web.UI.WebControls.Label

lblName protected_oe property

lblName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblName
return global::System.Web.UI.WebControls.Label

lblUpdated protected_oe property

lblUpdated control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblUpdated
return global::System.Web.UI.WebControls.Label

lstRunInfo protected_oe property

lstRunInfo control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.BulletedList lstRunInfo
return global::System.Web.UI.WebControls.BulletedList