C# Class OWASP.WebGoat.NET.WebGoatCoins.AddNewCustomer

Inheritance: System.Web.UI.Page
Exibir arquivo Open project: prevoty/WebGoat.NET

Protected Properties

Property Type Description
CreateAccountResults global::System.Web.UI.WebControls.Label
CreateCustomerButton global::System.Web.UI.WebControls.Button
Email global::System.Web.UI.WebControls.TextBox
InvalidUserNameOrPasswordMessage global::System.Web.UI.WebControls.Label
IsAdmin global::System.Web.UI.WebControls.CheckBox
Password global::System.Web.UI.WebControls.TextBox
Username global::System.Web.UI.WebControls.TextBox
du IDbProvider

Protected Methods

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

Method Details

CreateCustomer() protected method

protected CreateCustomer ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Page_Load() protected method

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

Property Details

CreateAccountResults protected_oe property

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

CreateCustomerButton protected_oe property

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

Email protected_oe property

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

InvalidUserNameOrPasswordMessage protected_oe property

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

IsAdmin protected_oe property

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

Password protected_oe property

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

Username protected_oe property

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

du protected_oe property

protected IDbProvider du
return IDbProvider