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

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

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

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

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

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

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

txtDescription control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtDescription
Результат 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