C# 클래스 Northwind.TestSite.OrderDetailItem

상속: System.Web.BasePage
파일 보기 프로젝트 열기: nHydrate/nHydrate

보호된 프로퍼티들

프로퍼티 타입 설명
cboProduct global::System.Web.UI.WebControls.DropDownList
cmdCancel global::System.Web.UI.WebControls.Button
cmdSave global::System.Web.UI.WebControls.Button
lblOrderId global::System.Web.UI.WebControls.Label
txtDiscount global::System.Web.UI.WebControls.TextBox
txtPrice global::System.Web.UI.WebControls.TextBox
txtQuantity global::System.Web.UI.WebControls.TextBox

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

비공개 메소드들

메소드 설명
Populate ( ) : void
cmdCancel_Click ( object sender, EventArgs e ) : void
cmdSave_Click ( object sender, EventArgs e ) : void

메소드 상세

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

프로퍼티 상세

cboProduct 보호되어 있는 프로퍼티

cboProduct control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList cboProduct
리턴 global::System.Web.UI.WebControls.DropDownList

cmdCancel 보호되어 있는 프로퍼티

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

cmdSave 보호되어 있는 프로퍼티

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

lblOrderId 보호되어 있는 프로퍼티

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

txtDiscount 보호되어 있는 프로퍼티

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

txtPrice 보호되어 있는 프로퍼티

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

txtQuantity 보호되어 있는 프로퍼티

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