C# Class gov.va.medora.mdws.Web.Dashboard

Afficher le fichier Open project: OSEHRA/mdws

Protected Properties

Свойство Type Description
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

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void
getDuration ( object start ) : string

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

getDuration() protected méthode

protected getDuration ( object start ) : string
start object
Résultat string

Property Details

form1 protected_oe property

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
Résultat global::System.Web.UI.HtmlControls.HtmlForm

labelMessage protected_oe property

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
Résultat global::System.Web.UI.WebControls.Label

labelSessionCount protected_oe property

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
Résultat global::System.Web.UI.WebControls.Label

labelUpTime protected_oe property

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
Résultat global::System.Web.UI.WebControls.Label

panelDashboard protected_oe property

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
Résultat global::System.Web.UI.WebControls.Panel

repeaterSession protected_oe property

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
Résultat global::System.Web.UI.WebControls.Repeater