C# Class Northwind.TestSite.CustomerItem

Afficher le fichier Open project: nHydrate/nHydrate

Protected Properties

Свойство Type Description
cmdCancel global::System.Web.UI.WebControls.Button
cmdSave global::System.Web.UI.WebControls.Button
lblCustomerId 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
txtPhone global::System.Web.UI.WebControls.TextBox
txtZip global::System.Web.UI.WebControls.TextBox

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Méthode Description
Populate ( ) : void
cmdCancel_Click ( object sender, EventArgs e ) : void
cmdSave_Click ( object sender, EventArgs e ) : void

Method Details

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e EventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void

Property Details

cmdCancel protected_oe property

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
Résultat global::System.Web.UI.WebControls.Button

cmdSave protected_oe property

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
Résultat global::System.Web.UI.WebControls.Button

lblCustomerId protected_oe property

lblCustomerId control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblCustomerId
Résultat global::System.Web.UI.WebControls.Label

txtAddress protected_oe property

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
Résultat global::System.Web.UI.WebControls.TextBox

txtCity protected_oe property

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
Résultat global::System.Web.UI.WebControls.TextBox

txtCompany protected_oe property

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
Résultat global::System.Web.UI.WebControls.TextBox

txtContact protected_oe property

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
Résultat global::System.Web.UI.WebControls.TextBox

txtPhone protected_oe property

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
Résultat global::System.Web.UI.WebControls.TextBox

txtZip protected_oe property

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
Résultat global::System.Web.UI.WebControls.TextBox