C# Class FinanzasPersonalesWeb.Consultas.cTipoIngresos

Show file Open project: enelramon/FinanzasPersonalesWeb2016

Protected Properties

Property Type Description
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

Public Methods

Method Description
Limpiar ( ) : void
ValidarIdEntero ( string IdTextBox ) : int

Protected Methods

Method Description
BuscarButton_Click ( object sender, EventArgs e ) : void
LlenarGrid ( string Condicion ) : void
Page_Load ( object sender, EventArgs e ) : void

Method Details

BuscarButton_Click() protected method

protected BuscarButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Limpiar() public method

public Limpiar ( ) : void
return void

LlenarGrid() protected method

protected LlenarGrid ( string Condicion ) : void
Condicion string
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

ValidarIdEntero() public method

public ValidarIdEntero ( string IdTextBox ) : int
IdTextBox string
return int

Property Details

BuscarButton protected property

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
return global::System.Web.UI.WebControls.Button

CodigoTextBox protected property

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
return global::System.Web.UI.WebControls.TextBox

ConsultaGridView protected property

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
return global::System.Web.UI.WebControls.GridView

ImprimirButton protected property

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
return global::System.Web.UI.WebControls.Button

Label1 protected property

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
return global::System.Web.UI.WebControls.Label

TipoIngresoDropDownList protected property

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
return global::System.Web.UI.WebControls.DropDownList