C# Класс FinanzasPersonalesWeb.Consultas.cTransferencias

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

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

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

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

Метод Описание
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 System.EventArgs
Результат void

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

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.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

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

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

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

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

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

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