C# 클래스 gov.va.medora.mdws.Web.Dashboard

파일 보기 프로젝트 열기: OSEHRA/mdws

보호된 프로퍼티들

프로퍼티 타입 설명
form1 global::System.Web.UI.HtmlControls.HtmlForm
labelMessage global::System.Web.UI.WebControls.Label
labelSessionCount global::System.Web.UI.WebControls.Label
labelUpTime global::System.Web.UI.WebControls.Label
panelDashboard global::System.Web.UI.WebControls.Panel
repeaterSession global::System.Web.UI.WebControls.Repeater

보호된 메소드들

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

메소드 상세

Page_Load() 보호된 메소드

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

getDuration() 보호된 메소드

protected getDuration ( object start ) : string
start object
리턴 string

프로퍼티 상세

form1 보호되어 있는 프로퍼티

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
리턴 global::System.Web.UI.HtmlControls.HtmlForm

labelMessage 보호되어 있는 프로퍼티

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

labelSessionCount 보호되어 있는 프로퍼티

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

labelUpTime 보호되어 있는 프로퍼티

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

panelDashboard 보호되어 있는 프로퍼티

panelDashboard control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel panelDashboard
리턴 global::System.Web.UI.WebControls.Panel

repeaterSession 보호되어 있는 프로퍼티

repeaterSession control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater repeaterSession
리턴 global::System.Web.UI.WebControls.Repeater