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

Наследование: System.Web.BasePage
Показать файл Открыть проект

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

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

Защищенные методы

Метод Описание
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

Описание свойств

cboProduct защищенное свойство

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
Результат 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

lblOrderId защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

txtDiscount защищенное свойство

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
Результат 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

txtQuantity защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox