C# Class ChainStoreWeb.Pages.OrderForm

Show file 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 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 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 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 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 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 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 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 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 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 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 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 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 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 property

protected SharePointContext spContext
return SharePointContext

txtBoxItemName protected 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 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 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