C# 클래스 ChainStoreWeb.Pages.OrderForm

파일 보기 프로젝트 열기: OfficeDev/SharePoint_Provider-hosted_Add-ins_Tutorials

보호된 프로퍼티들

프로퍼티 타입 설명
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