C# Класс FinanzasPersonalesWeb.ConsultaEgresoWebForm

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

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

Свойство Тип Описание
ConsultaBuscarButton global::System.Web.UI.WebControls.Button
DatosTextBox global::System.Web.UI.WebControls.TextBox
ElementosDropDownList global::System.Web.UI.WebControls.DropDownList
ElementosGridView global::System.Web.UI.WebControls.GridView
ImprimirLinkButton global::System.Web.UI.WebControls.LinkButton
UpdatePanel1 global::System.Web.UI.UpdatePanel

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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