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

Afficher le fichier Open project: prevoty/WebGoat.NET

Protected Properties

Свойство 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

Méthodes protégées

Méthode 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

Méthode Description
GetProductContent ( string id, string &description, double &price ) : string
UpdatePriceIncludeShipping ( ) : void

Method Details

OnActiveStepChanged() protected méthode

protected OnActiveStepChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

OnFinishButtonClick() protected méthode

protected OnFinishButtonClick ( object sender, WizardNavigationEventArgs e ) : void
sender object
e WizardNavigationEventArgs
Résultat void

OnSelectedIndexChanged() protected méthode

protected OnSelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.TextBox