C# Класс ChainStoreWeb.Pages.OrderForm

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

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

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

Защищенные методы

Метод Описание
Page_Load ( object sender, EventArgs e ) : void
btnCreateOrder_Click ( object sender, EventArgs e ) : void

Приватные методы

Метод Описание
CreateExpectedShipment ( string supplier, string product, UInt16 quantity ) : void
CreateOrder ( String supplierName, String productName, UInt16 quantityOrdered ) : void

Описание методов

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

btnCreateOrder_Click() защищенный Метод

protected btnCreateOrder_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Описание свойств

Literal11 защищенное свойство

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
Результат global::System.Web.UI.WebControls.Literal

Literal12 защищенное свойство

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
Результат global::System.Web.UI.WebControls.Literal

Literal13 защищенное свойство

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
Результат global::System.Web.UI.WebControls.Literal

Literal15 защищенное свойство

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
Результат global::System.Web.UI.WebControls.Literal

Literal19 защищенное свойство

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
Результат global::System.Web.UI.WebControls.Literal

Literal20 защищенное свойство

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
Результат global::System.Web.UI.WebControls.Literal

Literal21 защищенное свойство

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
Результат global::System.Web.UI.WebControls.Literal

btnCreateOrder защищенное свойство

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
Результат global::System.Web.UI.WebControls.Button

frmOrder защищенное свойство

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
Результат global::System.Web.UI.HtmlControls.HtmlForm

lblOrderPrompt защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblProduct защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblQuantity защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblSupplier защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

spContext защищенное свойство

protected SharePointContext spContext
Результат SharePointContext

txtBoxItemName защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

txtBoxQuantity защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

txtBoxSupplier защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox