C# Class FinanzasPersonalesWeb.EgresosWebForm

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: enelramon/FinanzasPersonalesWeb2016

Protected Properties

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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode Description
GetSugestions ( string filtro ) : string[]

Method Details

BuscarButton_Click1() protected méthode

protected BuscarButton_Click1 ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Convertir() public méthode

public Convertir ( ) : int
Résultat int

DevolverDatos() public méthode

public DevolverDatos ( Egresos egreso ) : void
egreso BLL.Egresos
Résultat void

EliminarButton_Click1() protected méthode

protected EliminarButton_Click1 ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

GuadarButton_Click() protected méthode

protected GuadarButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Limpiar() public méthode

public Limpiar ( ) : void
Résultat void

LlenarDatos() public méthode

public LlenarDatos ( Egresos egreso ) : void
egreso BLL.Egresos
Résultat void

LlenarDropDownList() public méthode

public LlenarDropDownList ( ) : void
Résultat void

MiError() public méthode

public MiError ( ) : int
Résultat int

NuevoButton_Click1() protected méthode

protected NuevoButton_Click1 ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Page_Load() protected méthode

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

ShowToastr() public static méthode

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

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

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

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

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

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

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

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

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

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

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