C# 클래스 Northwind.TestSite.ProductItem

파일 보기 프로젝트 열기: nHydrate/nHydrate

보호된 프로퍼티들

프로퍼티 타입 설명
cboCategory global::System.Web.UI.WebControls.DropDownList
cboSupplier global::System.Web.UI.WebControls.DropDownList
cmdCancel global::System.Web.UI.WebControls.Button
cmdSave global::System.Web.UI.WebControls.Button
lblProductId global::System.Web.UI.WebControls.Label
txtInStock global::System.Web.UI.WebControls.TextBox
txtName global::System.Web.UI.WebControls.TextBox
txtOnOrder global::System.Web.UI.WebControls.TextBox
txtPrice global::System.Web.UI.WebControls.TextBox
txtQuantityPerUnit 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 EventArgs
리턴 void

OnLoad() 보호된 메소드

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

프로퍼티 상세

cboCategory 보호되어 있는 프로퍼티

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

cboSupplier 보호되어 있는 프로퍼티

cboSupplier control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList cboSupplier
리턴 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

lblProductId 보호되어 있는 프로퍼티

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

txtInStock 보호되어 있는 프로퍼티

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

txtName 보호되어 있는 프로퍼티

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

txtOnOrder 보호되어 있는 프로퍼티

txtOnOrder control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtOnOrder
리턴 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

txtQuantityPerUnit 보호되어 있는 프로퍼티

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