C# 클래스 Northwind.TestSite.SupplierItem

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

보호된 프로퍼티들

프로퍼티 타입 설명
cmdCancel global::System.Web.UI.WebControls.Button
cmdSave global::System.Web.UI.WebControls.Button
lblSupplierId global::System.Web.UI.WebControls.Label
txtAddress global::System.Web.UI.WebControls.TextBox
txtCity global::System.Web.UI.WebControls.TextBox
txtCompany global::System.Web.UI.WebControls.TextBox
txtContact global::System.Web.UI.WebControls.TextBox
txtHomePage global::System.Web.UI.WebControls.TextBox
txtPhone global::System.Web.UI.WebControls.TextBox
txtZip 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

프로퍼티 상세

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

lblSupplierId 보호되어 있는 프로퍼티

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

txtAddress 보호되어 있는 프로퍼티

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

txtCity 보호되어 있는 프로퍼티

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

txtCompany 보호되어 있는 프로퍼티

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

txtContact 보호되어 있는 프로퍼티

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

txtHomePage 보호되어 있는 프로퍼티

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

txtPhone 보호되어 있는 프로퍼티

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

txtZip 보호되어 있는 프로퍼티

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