C# Класс OWASP.WebGoat.NET.WebGoatCoins.Buy

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
GetProductContent ( string id, string &description, double &price ) : string
UpdatePriceIncludeShipping ( ) : void

Описание методов

OnActiveStepChanged() защищенный Метод

protected OnActiveStepChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

OnFinishButtonClick() защищенный Метод

protected OnFinishButtonClick ( object sender, WizardNavigationEventArgs e ) : void
sender object
e WizardNavigationEventArgs
Результат void

OnSelectedIndexChanged() защищенный Метод

protected OnSelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Описание свойств

BuyWizard защищенное свойство

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
Результат global::System.Web.UI.WebControls.Wizard

ddlCountry защищенное свойство

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
Результат global::System.Web.UI.WebControls.DropDownList

lblOutputStep0 защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblShippingPrice защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblTotalPrice защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

tbAddress защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

tbFullName защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox