C# Класс TeacherControl.Consulta.ConsultaCalificaciones

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

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

Свойство Тип Описание
BuscarButton global::System.Web.UI.WebControls.Button
BusquedaPorDropDownList global::System.Web.UI.WebControls.DropDownList
BusquedaTextBox global::System.Web.UI.WebControls.TextBox
ConsultaGridView global::System.Web.UI.WebControls.GridView

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

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

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

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

protected BuscarButton_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

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

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

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

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

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

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

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

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

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