C# Class FinanzasPersonalesWeb.Registros.rIngresos

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

Protected Properties

Property Type Description
BuscarButton global::System.Web.UI.WebControls.Button
CuentaDropDownList global::System.Web.UI.WebControls.DropDownList
EliminarButton global::System.Web.UI.WebControls.Button
FechaTexBox global::System.Web.UI.WebControls.TextBox
GuardarButton global::System.Web.UI.WebControls.Button
IngresoTextBox global::System.Web.UI.WebControls.TextBox
Label1 global::System.Web.UI.WebControls.Label
Label2 global::System.Web.UI.WebControls.Label
Label3 global::System.Web.UI.WebControls.Label
Label4 global::System.Web.UI.WebControls.Label
Label5 global::System.Web.UI.WebControls.Label
Label6 global::System.Web.UI.WebControls.Label
Label7 global::System.Web.UI.WebControls.Label
LimpiarButton global::System.Web.UI.WebControls.Button
MiembroDropDownList global::System.Web.UI.WebControls.DropDownList
MontoTexBox global::System.Web.UI.WebControls.TextBox
ObservacionTexBox global::System.Web.UI.WebControls.TextBox
RequiredFieldValidator1 global::System.Web.UI.WebControls.RequiredFieldValidator
RequiredFieldValidator2 global::System.Web.UI.WebControls.RequiredFieldValidator
RequiredFieldValidator3 global::System.Web.UI.WebControls.RequiredFieldValidator
TipoIngresoDropDownList global::System.Web.UI.WebControls.DropDownList

Public Methods

Method Description
Limpiar ( ) : void
LlenarDatos ( ) : bool
ValidarIdDouble ( string IdTextBox ) : double
ValidarIdEntero ( string IdTextBox ) : int

Protected Methods

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

Method Details

BuscarButton_Click() protected method

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

EliminarButton_Click() protected method

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

GuardarButton_Click() protected method

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

Limpiar() public method

public Limpiar ( ) : void
return void

LimpiarButton_Click() protected method

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

LlenarDatos() public method

public LlenarDatos ( ) : bool
return bool

Page_Load() protected method

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

ValidarIdDouble() public method

public ValidarIdDouble ( string IdTextBox ) : double
IdTextBox string
return double

ValidarIdEntero() public method

public ValidarIdEntero ( string IdTextBox ) : int
IdTextBox string
return int

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

CuentaDropDownList protected property

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

EliminarButton protected property

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

FechaTexBox protected property

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

GuardarButton protected property

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

IngresoTextBox protected property

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

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

Label2 protected property

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

Label3 protected property

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

Label4 protected property

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

Label5 protected property

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

Label6 protected property

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

Label7 protected property

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

LimpiarButton protected property

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

MiembroDropDownList protected property

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

MontoTexBox protected property

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

ObservacionTexBox protected property

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

RequiredFieldValidator1 protected property

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

RequiredFieldValidator2 protected property

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

RequiredFieldValidator3 protected property

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

TipoIngresoDropDownList protected property

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