C# Класс Northwind.TestSite.ProductItem

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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