C# Class ChainStoreWeb.Pages.OrderForm

ファイルを表示 Open project: OfficeDev/SharePoint_Provider-hosted_Add-ins_Tutorials

Protected Properties

Property Type Description
Literal11 global::System.Web.UI.WebControls.Literal
Literal12 global::System.Web.UI.WebControls.Literal
Literal13 global::System.Web.UI.WebControls.Literal
Literal15 global::System.Web.UI.WebControls.Literal
Literal19 global::System.Web.UI.WebControls.Literal
Literal20 global::System.Web.UI.WebControls.Literal
Literal21 global::System.Web.UI.WebControls.Literal
btnCreateOrder global::System.Web.UI.WebControls.Button
frmOrder global::System.Web.UI.HtmlControls.HtmlForm
lblOrderPrompt global::System.Web.UI.WebControls.Label
lblProduct global::System.Web.UI.WebControls.Label
lblQuantity global::System.Web.UI.WebControls.Label
lblSupplier global::System.Web.UI.WebControls.Label
spContext SharePointContext
txtBoxItemName global::System.Web.UI.WebControls.TextBox
txtBoxQuantity global::System.Web.UI.WebControls.TextBox
txtBoxSupplier global::System.Web.UI.WebControls.TextBox

Protected Methods

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

Private Methods

Method Description
CreateExpectedShipment ( string supplier, string product, UInt16 quantity ) : void
CreateOrder ( String supplierName, String productName, UInt16 quantityOrdered ) : void

Method Details

Page_Load() protected method

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

btnCreateOrder_Click() protected method

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

Property Details

Literal11 protected_oe property

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

Literal12 protected_oe property

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

Literal13 protected_oe property

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

Literal15 protected_oe property

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

Literal19 protected_oe property

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

Literal20 protected_oe property

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

Literal21 protected_oe property

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

btnCreateOrder protected_oe property

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

frmOrder protected_oe property

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

lblOrderPrompt protected_oe property

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

lblProduct protected_oe property

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

lblQuantity protected_oe property

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

lblSupplier protected_oe property

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

spContext protected_oe property

protected SharePointContext spContext
return SharePointContext

txtBoxItemName protected_oe property

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

txtBoxQuantity protected_oe property

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

txtBoxSupplier protected_oe property

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