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

ファイルを表示 Open project: prevoty/WebGoat.NET

Protected Properties

Property Type Description
BuyWizard global::System.Web.UI.WebControls.Wizard
ddlCountry global::System.Web.UI.WebControls.DropDownList
lblOutputStep0 global::System.Web.UI.WebControls.Label
lblShippingPrice global::System.Web.UI.WebControls.Label
lblTotalPrice global::System.Web.UI.WebControls.Label
tbAddress global::System.Web.UI.WebControls.TextBox
tbFullName global::System.Web.UI.WebControls.TextBox

Protected Methods

Method Description
OnActiveStepChanged ( object sender, EventArgs e ) : void
OnFinishButtonClick ( object sender, WizardNavigationEventArgs e ) : void
OnSelectedIndexChanged ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
GetProductContent ( string id, string &description, double &price ) : string
UpdatePriceIncludeShipping ( ) : void

Method Details

OnActiveStepChanged() protected method

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

OnFinishButtonClick() protected method

protected OnFinishButtonClick ( object sender, WizardNavigationEventArgs e ) : void
sender object
e WizardNavigationEventArgs
return void

OnSelectedIndexChanged() protected method

protected OnSelectedIndexChanged ( 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

BuyWizard protected_oe property

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

ddlCountry protected_oe property

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

lblOutputStep0 protected_oe property

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

lblShippingPrice protected_oe property

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

lblTotalPrice protected_oe property

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

tbAddress protected_oe property

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

tbFullName protected_oe property

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