C# Class Northwind.TestSite.OrderDetailItem

Inheritance: System.Web.BasePage
Afficher le fichier Open project: nHydrate/nHydrate

Protected Properties

Свойство Type Description
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

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 System.EventArgs
Résultat void

OnLoad() protected méthode

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

Property Details

cboProduct protected_oe property

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

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

lblOrderId protected_oe property

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

txtDiscount protected_oe property

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

txtPrice protected_oe property

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

txtQuantity protected_oe property

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