C# 클래스 SeShellTestStudio.dashboard

파일 보기 프로젝트 열기: ectechno/seshell

보호된 프로퍼티들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
mainUI ( TestSuite obj ) : void
reloadResults ( string selectedfileName ) : void
showContent ( ) : void
subUI ( TestSuite obj ) : void
summaryUI ( TestResults TResults ) : void

메소드 상세

Page_Load() 보호된 메소드

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

execute() 보호된 메소드

protected execute ( ) : void
리턴 void

프로퍼티 상세

ScriptManager 보호되어 있는 프로퍼티

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

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

result_accordion 보호되어 있는 프로퍼티

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

selectButton 보호되어 있는 프로퍼티

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

summary_box 보호되어 있는 프로퍼티

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