C# 클래스 E_Handel.Checkout

파일 보기 프로젝트 열기: KodKnackarGanget/E-Handel

보호된 프로퍼티들

프로퍼티 타입 설명
checkout_product_table global::System.Web.UI.WebControls.Table
customer_address global::System.Web.UI.WebControls.TextBox
customer_city global::System.Web.UI.WebControls.TextBox
customer_country global::System.Web.UI.WebControls.TextBox
customer_email global::System.Web.UI.WebControls.TextBox
customer_name global::System.Web.UI.WebControls.TextBox
customer_phone global::System.Web.UI.WebControls.TextBox
customer_postalcode global::System.Web.UI.WebControls.TextBox
customer_submit_order global::System.Web.UI.WebControls.Button
customer_surname global::System.Web.UI.WebControls.TextBox
payment_dropdown global::System.Web.UI.WebControls.DropDownList
shipping_dropdown global::System.Web.UI.WebControls.DropDownList
tableShippingPrice global::System.Web.UI.HtmlControls.HtmlGenericControl
tableTotalPrice global::System.Web.UI.HtmlControls.HtmlGenericControl

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void
SubmitOrder_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
DecreaseEditCartButton_Click ( object sender, EventArgs e ) : void
FillTableCellsFromCartList ( ) : void
IncreaseEditCartButton_Click ( object sender, EventArgs e ) : void
PaymentDropdown ( ) : string
RemoveButton_Click ( object sender, EventArgs e ) : void
ShippingDrowdown ( double &shippingCost ) : string
TryLoadCartList ( ) : bool

메소드 상세

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

SubmitOrder_Click() 보호된 메소드

protected SubmitOrder_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

checkout_product_table 보호되어 있는 프로퍼티

checkout_product_table control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Table checkout_product_table
리턴 global::System.Web.UI.WebControls.Table

customer_address 보호되어 있는 프로퍼티

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

customer_city 보호되어 있는 프로퍼티

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

customer_country 보호되어 있는 프로퍼티

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

customer_email 보호되어 있는 프로퍼티

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

customer_name 보호되어 있는 프로퍼티

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

customer_phone 보호되어 있는 프로퍼티

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

customer_postalcode 보호되어 있는 프로퍼티

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

customer_submit_order 보호되어 있는 프로퍼티

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

customer_surname 보호되어 있는 프로퍼티

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

payment_dropdown 보호되어 있는 프로퍼티

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

shipping_dropdown 보호되어 있는 프로퍼티

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

tableShippingPrice 보호되어 있는 프로퍼티

tableShippingPrice control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl tableShippingPrice
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

tableTotalPrice 보호되어 있는 프로퍼티

tableTotalPrice control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl tableTotalPrice
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl