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

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

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

Свойство Тип Описание
BuscarButton global::System.Web.UI.WebControls.Button
CodigoTextBox global::System.Web.UI.WebControls.TextBox
ConsultaGridView global::System.Web.UI.WebControls.GridView
ImprimirButton global::System.Web.UI.WebControls.Button
Label1 global::System.Web.UI.WebControls.Label
TipoIngresoDropDownList global::System.Web.UI.WebControls.DropDownList

Открытые методы

Метод Описание
Limpiar ( ) : void
ValidarIdEntero ( string IdTextBox ) : int

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

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

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

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

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

Limpiar() публичный Метод

public Limpiar ( ) : void
Результат void

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

protected LlenarGrid ( string Condicion ) : void
Condicion string
Результат void

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

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

ValidarIdEntero() публичный Метод

public ValidarIdEntero ( string IdTextBox ) : int
IdTextBox string
Результат int

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

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

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

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

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

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

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

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