C# Class FinanzasPersonalesWeb.Consultas.cIngresos

Afficher le fichier Open project: enelramon/FinanzasPersonalesWeb2016

Protected Properties

Свойство 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
IngresoDropDownList global::System.Web.UI.WebControls.DropDownList
Label1 global::System.Web.UI.WebControls.Label

Méthodes publiques

Méthode Description
Limpiar ( ) : void
ValidarIdEntero ( string IdTextBox ) : int

Méthodes protégées

Méthode Description
BuscarButton_Click ( object sender, EventArgs e ) : void
LlenarGrid ( string Condicion ) : void
Page_Load ( object sender, EventArgs e ) : void

Method Details

BuscarButton_Click() protected méthode

protected BuscarButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Limpiar() public méthode

public Limpiar ( ) : void
Résultat void

LlenarGrid() protected méthode

protected LlenarGrid ( string Condicion ) : void
Condicion string
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

ValidarIdEntero() public méthode

public ValidarIdEntero ( string IdTextBox ) : int
IdTextBox string
Résultat int

Property Details

BuscarButton protected_oe 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
Résultat global::System.Web.UI.WebControls.Button

CodigoTextBox protected_oe 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
Résultat global::System.Web.UI.WebControls.TextBox

ConsultaGridView protected_oe 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
Résultat global::System.Web.UI.WebControls.GridView

ImprimirButton protected_oe 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
Résultat global::System.Web.UI.WebControls.Button

IngresoDropDownList protected_oe property

IngresoDropDownList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList IngresoDropDownList
Résultat global::System.Web.UI.WebControls.DropDownList

Label1 protected_oe 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
Résultat global::System.Web.UI.WebControls.Label