C# Class FinanzasPersonalesWeb.EgresosWebForm

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

Protected Properties

Property Type Description
BuscarButton global::System.Web.UI.WebControls.Button
CuentaIdDropDownList global::System.Web.UI.WebControls.DropDownList
EgresoIdTextBox global::System.Web.UI.WebControls.TextBox
EliminarButton global::System.Web.UI.WebControls.Button
FechaTextBox global::System.Web.UI.WebControls.TextBox
GuadarButton global::System.Web.UI.WebControls.Button
MiembroIdDropDownList global::System.Web.UI.WebControls.DropDownList
MontoTextBox global::System.Web.UI.WebControls.TextBox
NuevoButton global::System.Web.UI.WebControls.Button
ObservacionesTextBox global::System.Web.UI.WebControls.TextBox
TipoEgresoIdDropDownList global::System.Web.UI.WebControls.DropDownList

Public Methods

Method Description
Convertir ( ) : int
DevolverDatos ( Egresos egreso ) : void
Limpiar ( ) : void
LlenarDatos ( Egresos egreso ) : void
LlenarDropDownList ( ) : void
MiError ( ) : int
ShowToastr ( Page page, string message, string title, string type ) : void

Protected Methods

Method Description
BuscarButton_Click1 ( object sender, EventArgs e ) : void
EliminarButton_Click1 ( object sender, EventArgs e ) : void
GuadarButton_Click ( object sender, EventArgs e ) : void
NuevoButton_Click1 ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
GetSugestions ( string filtro ) : string[]

Method Details

BuscarButton_Click1() protected method

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

Convertir() public method

public Convertir ( ) : int
return int

DevolverDatos() public method

public DevolverDatos ( Egresos egreso ) : void
egreso BLL.Egresos
return void

EliminarButton_Click1() protected method

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

GuadarButton_Click() protected method

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

Limpiar() public method

public Limpiar ( ) : void
return void

LlenarDatos() public method

public LlenarDatos ( Egresos egreso ) : void
egreso BLL.Egresos
return void

LlenarDropDownList() public method

public LlenarDropDownList ( ) : void
return void

MiError() public method

public MiError ( ) : int
return int

NuevoButton_Click1() protected method

protected NuevoButton_Click1 ( 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

ShowToastr() public static method

public static ShowToastr ( Page page, string message, string title, string type ) : void
page Page
message string
title string
type string
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

CuentaIdDropDownList protected property

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

EgresoIdTextBox protected property

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

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

FechaTextBox protected property

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

GuadarButton protected property

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

MiembroIdDropDownList protected property

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

MontoTextBox protected property

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

NuevoButton protected property

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

ObservacionesTextBox protected property

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

TipoEgresoIdDropDownList protected property

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