C# Class SeShellTestStudio.dashboard

Datei anzeigen Open project: ectechno/seshell

Protected Properties

Property Type Description
ScriptManager global::System.Web.UI.ScriptManager
form1 global::System.Web.UI.HtmlControls.HtmlForm
result_accordion global::System.Web.UI.HtmlControls.HtmlGenericControl
selectButton global::System.Web.UI.HtmlControls.HtmlGenericControl
summary_box global::System.Web.UI.HtmlControls.HtmlGenericControl

Protected Methods

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

Private Methods

Method Description
mainUI ( TestSuite obj ) : void
reloadResults ( string selectedfileName ) : void
showContent ( ) : void
subUI ( TestSuite obj ) : void
summaryUI ( TestResults TResults ) : void

Method Details

Page_Load() protected method

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

execute() protected method

protected execute ( ) : void
return void

Property Details

ScriptManager protected_oe property

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

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

result_accordion protected_oe property

result_accordion control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl result_accordion
return global::System.Web.UI.HtmlControls.HtmlGenericControl

selectButton protected_oe property

selectButton control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl selectButton
return global::System.Web.UI.HtmlControls.HtmlGenericControl

summary_box protected_oe property

summary_box control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl summary_box
return global::System.Web.UI.HtmlControls.HtmlGenericControl