C# Class FinanzasPersonalesWeb.Consultas.cUsuarios

Show file Open project: enelramon/FinanzasPersonalesWeb2016

Protected Properties

Property Type Description
BuscarButton global::System.Web.UI.WebControls.Button
FiltroDropDown global::System.Web.UI.WebControls.DropDownList
FiltroTextBox global::System.Web.UI.WebControls.TextBox
ImprimirHyperLink global::System.Web.UI.WebControls.HyperLink
Label1 global::System.Web.UI.WebControls.Label
UsuarioGridView global::System.Web.UI.WebControls.GridView

Protected Methods

Method Description
BuscarPor_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Method Details

BuscarPor_Click() protected method

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

Page_Load() protected method

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

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

FiltroDropDown protected property

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

FiltroTextBox protected property

FiltroTextBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox FiltroTextBox
return global::System.Web.UI.WebControls.TextBox

ImprimirHyperLink protected property

ImprimirHyperLink control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink ImprimirHyperLink
return global::System.Web.UI.WebControls.HyperLink

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

UsuarioGridView protected property

UsuarioGridView control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.GridView UsuarioGridView
return global::System.Web.UI.WebControls.GridView