C# Class E_Handel.Checkout

Mostrar archivo Open project: KodKnackarGanget/E-Handel

Protected Properties

Property Type Description
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

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
SubmitOrder_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
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

Method Details

Page_Load() protected method

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

SubmitOrder_Click() protected method

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

Property Details

checkout_product_table protected_oe property

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
return global::System.Web.UI.WebControls.Table

customer_address protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

customer_city protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

customer_country protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

customer_email protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

customer_name protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

customer_phone protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

customer_postalcode protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

customer_submit_order protected_oe property

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
return global::System.Web.UI.WebControls.Button

customer_surname protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

payment_dropdown protected_oe property

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
return global::System.Web.UI.WebControls.DropDownList

shipping_dropdown protected_oe property

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
return global::System.Web.UI.WebControls.DropDownList

tableShippingPrice protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlGenericControl

tableTotalPrice protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlGenericControl