C# Класс _1_Injection.Search

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

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

Свойство Тип Описание
Button1 global::System.Web.UI.WebControls.Button
Label1 global::System.Web.UI.WebControls.Label
ProductCount global::System.Web.UI.WebControls.Label
ProductGridView global::System.Web.UI.WebControls.GridView
SearchPanel global::System.Web.UI.WebControls.Panel
SearchTerm global::System.Web.UI.WebControls.TextBox

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

Метод Описание
Button1_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Описание методов

Button1_Click() защищенный Метод

protected Button1_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

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

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

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

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

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

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

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

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

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

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

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

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

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