C# Class E_Handel.ReceiptPage

Inheritance: System.Web.UI.Page
ファイルを表示 Open project: KodKnackarGanget/E-Handel

Protected Properties

Property Type Description
ReceiptForm global::System.Web.UI.HtmlControls.HtmlForm
address global::System.Web.UI.HtmlControls.HtmlTableCell
city global::System.Web.UI.HtmlControls.HtmlTableCell
country global::System.Web.UI.HtmlControls.HtmlTableCell
deliveryOptions global::System.Web.UI.HtmlControls.HtmlTableCell
email global::System.Web.UI.HtmlControls.HtmlTableCell
orderIdOutput global::System.Web.UI.HtmlControls.HtmlTableCell
paymentOptions global::System.Web.UI.HtmlControls.HtmlTableCell
phoneNumber global::System.Web.UI.HtmlControls.HtmlTableCell
postage global::System.Web.UI.HtmlControls.HtmlTableCell
postalCode global::System.Web.UI.HtmlControls.HtmlTableCell
productTable global::System.Web.UI.WebControls.Table
receiptHomeButton global::System.Web.UI.WebControls.Button
receiptPrintButton global::System.Web.UI.WebControls.Button
tableHead global::System.Web.UI.WebControls.TableHeaderRow
totalPrice global::System.Web.UI.HtmlControls.HtmlTableCell

Protected Methods

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

Private Methods

Method Description
ShowOrderInfo ( ) : void
ShowOrderProducts ( ) : void

Method Details

Page_Load() protected method

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

receiptHomeButton_Click() protected method

protected receiptHomeButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

receiptPrintButton_Click() protected method

protected receiptPrintButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

ReceiptForm protected_oe property

ReceiptForm control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm ReceiptForm
return global::System.Web.UI.HtmlControls.HtmlForm

address protected_oe property

address control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTableCell address
return global::System.Web.UI.HtmlControls.HtmlTableCell

city protected_oe property

city control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTableCell city
return global::System.Web.UI.HtmlControls.HtmlTableCell

country protected_oe property

country control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTableCell country
return global::System.Web.UI.HtmlControls.HtmlTableCell

deliveryOptions protected_oe property

deliveryOptions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTableCell deliveryOptions
return global::System.Web.UI.HtmlControls.HtmlTableCell

email protected_oe property

email control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTableCell email
return global::System.Web.UI.HtmlControls.HtmlTableCell

orderIdOutput protected_oe property

orderIdOutput control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTableCell orderIdOutput
return global::System.Web.UI.HtmlControls.HtmlTableCell

paymentOptions protected_oe property

paymentOptions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTableCell paymentOptions
return global::System.Web.UI.HtmlControls.HtmlTableCell

phoneNumber protected_oe property

phoneNumber control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTableCell phoneNumber
return global::System.Web.UI.HtmlControls.HtmlTableCell

postage protected_oe property

postage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTableCell postage
return global::System.Web.UI.HtmlControls.HtmlTableCell

postalCode protected_oe property

postalCode control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTableCell postalCode
return global::System.Web.UI.HtmlControls.HtmlTableCell

productTable protected_oe property

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

receiptHomeButton protected_oe property

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

receiptPrintButton protected_oe property

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

tableHead protected_oe property

tableHead control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TableHeaderRow tableHead
return global::System.Web.UI.WebControls.TableHeaderRow

totalPrice protected_oe property

totalPrice control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTableCell totalPrice
return global::System.Web.UI.HtmlControls.HtmlTableCell