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

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

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

Свойство Тип Описание
cmdCancel global::System.Web.UI.WebControls.Button
cmdSave global::System.Web.UI.WebControls.Button
lblSupplierId 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
txtHomePage global::System.Web.UI.WebControls.TextBox
txtPhone global::System.Web.UI.WebControls.TextBox
txtZip 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

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

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

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

lblSupplierId control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblSupplierId
Результат global::System.Web.UI.WebControls.Label

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

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

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

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

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

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

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

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

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

txtHomePage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtHomePage
Результат global::System.Web.UI.WebControls.TextBox

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

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

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

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