C# Class FinanzasPersonalesWeb.Consultas.cCuentas

Inheritance: System.Web.UI.Page
Show file Open project: enelramon/FinanzasPersonalesWeb2016

Protected Properties

Property Type Description
BuscarButton global::System.Web.UI.WebControls.Button
BuscarPorDropdown global::System.Web.UI.WebControls.DropDownList
CuentasGridView global::System.Web.UI.WebControls.GridView
FiltroTextBox global::System.Web.UI.WebControls.TextBox
MiembrosHyperLink global::System.Web.UI.WebControls.HyperLink
rptCustomers global::System.Web.UI.WebControls.Repeater

Protected Methods

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

Private Methods

Method Description
GetCuentas ( ) : List

Method Details

BuscarButton_Click() protected method

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

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.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

BuscarPorDropdown protected property

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

CuentasGridView protected property

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

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

MiembrosHyperLink protected property

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

rptCustomers protected property

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