C# 클래스 SimpleWeb.Dashboard

파일 보기 프로젝트 열기: ISISComputingGroup/EPICS-EpicsWeb

보호된 프로퍼티들

프로퍼티 타입 설명
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

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
Unzip ( byte s ) : string
dehex ( String hexed ) : byte[]
getBlocks ( ) : void
getErrorCount ( ) : void
getRunInfo ( ) : Boolean

메소드 상세

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

lblBlocks 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

lblName 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

lblUpdated 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

lstRunInfo 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.BulletedList