C# Class SeShellTestStudio.generate

Datei anzeigen Open project: ectechno/seshell

Protected Properties

Property Type Description
form1 global::System.Web.UI.HtmlControls.HtmlForm
hfResultFolder global::System.Web.UI.WebControls.HiddenField
labelboxAssembly global::System.Web.UI.WebControls.Label
labelboxNamespace global::System.Web.UI.WebControls.Label
labelboxPath global::System.Web.UI.WebControls.Label
labelboxSuiteClass global::System.Web.UI.WebControls.Label
summary_box global::System.Web.UI.HtmlControls.HtmlGenericControl
textboxAssembly global::System.Web.UI.WebControls.TextBox
textboxNamespace global::System.Web.UI.WebControls.TextBox
textboxPath global::System.Web.UI.WebControls.TextBox
textboxSuiteClass global::System.Web.UI.WebControls.TextBox

Protected Methods

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

Method Details

Page_Init() protected method

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

Page_Load() protected method

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

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

hfResultFolder protected_oe property

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

labelboxAssembly protected_oe property

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

labelboxNamespace protected_oe property

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

labelboxPath protected_oe property

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

labelboxSuiteClass protected_oe property

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

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

textboxAssembly protected_oe property

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

textboxNamespace protected_oe property

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

textboxPath protected_oe property

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

textboxSuiteClass protected_oe property

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