C# Class FinanzasPersonalesWeb.Consultas.cUsuarios

Afficher le fichier Open project: enelramon/FinanzasPersonalesWeb2016

Protected Properties

Свойство 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

Méthodes protégées

Méthode Description
BuscarPor_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Method Details

BuscarPor_Click() protected méthode

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

Page_Load() protected méthode

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

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

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

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

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

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

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