C# 클래스 OWASP.WebGoat.NET.WebGoatCoins.Buy

파일 보기 프로젝트 열기: prevoty/WebGoat.NET

보호된 프로퍼티들

프로퍼티 타입 설명
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