C# Class Northwind.TestSite.ProductItem

Datei anzeigen Open project: nHydrate/nHydrate

Protected Properties

Property Type Description
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

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
Populate ( ) : void
cmdCancel_Click ( object sender, EventArgs e ) : void
cmdSave_Click ( object sender, EventArgs e ) : void

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return void

Property Details

cboCategory protected_oe property

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

cboSupplier protected_oe property

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

lblProductId protected_oe property

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

txtInStock protected_oe property

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

txtName protected_oe property

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

txtOnOrder protected_oe property

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

txtQuantityPerUnit protected_oe property

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