C# Class FinanzasPersonalesWeb.Consultas.cTiposUsuarios

Show file Open project: enelramon/FinanzasPersonalesWeb2016

Protected Properties

Property Type Description
BuscarButton global::System.Web.UI.WebControls.Button
BuscarDropDownList global::System.Web.UI.WebControls.DropDownList
DatosGridView global::System.Web.UI.WebControls.GridView
FiltroTextBox global::System.Web.UI.WebControls.TextBox
HyperLink1 global::System.Web.UI.WebControls.HyperLink
Label1 global::System.Web.UI.WebControls.Label
OperadorDropDownList global::System.Web.UI.WebControls.DropDownList

Protected Methods

Method Description
BuscarPor_Click ( 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

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

BuscarDropDownList protected property

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

DatosGridView protected property

DatosGridView control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.GridView DatosGridView
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

HyperLink1 protected property

HyperLink1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink HyperLink1
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

OperadorDropDownList protected property

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