C# Класс E_Handel.Checkout

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

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

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