C# Class FinanzasPersonalesWeb.Registros.rMetas

Afficher le fichier Open project: enelramon/FinanzasPersonalesWeb2016

Protected Properties

Свойство Type Description
AgregarButton global::System.Web.UI.WebControls.Button
BuscarButton global::System.Web.UI.WebControls.Button
DescripcionTextBox global::System.Web.UI.WebControls.TextBox
EliminarButton global::System.Web.UI.WebControls.Button
GuadarButton global::System.Web.UI.WebControls.Button
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
MetaIdTextBox global::System.Web.UI.WebControls.TextBox
MetasListBox global::System.Web.UI.WebControls.ListBox
MontoTextBox global::System.Web.UI.WebControls.TextBox
NuevoButton global::System.Web.UI.WebControls.Button
TipoDeIngresoDropDownList global::System.Web.UI.WebControls.DropDownList

Méthodes publiques

Méthode Description
Limpiar ( ) : void
LlenarDropDownList ( ) : void
LlenarMetas ( Metas meta ) : void
ShowToast ( string tipo, string titulo, string mensaje ) : void

Méthodes protégées

Méthode Description
AgregarButton_Click ( object sender, EventArgs e ) : void
BuscarButton_Click ( object sender, EventArgs e ) : void
EliminarButton_Click ( object sender, EventArgs e ) : void
GuadarButton_Click1 ( object sender, EventArgs e ) : void
NuevoButton_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Method Details

AgregarButton_Click() protected méthode

protected AgregarButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

BuscarButton_Click() protected méthode

protected BuscarButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

EliminarButton_Click() protected méthode

protected EliminarButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

GuadarButton_Click1() protected méthode

protected GuadarButton_Click1 ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Limpiar() public méthode

public Limpiar ( ) : void
Résultat void

LlenarDropDownList() public méthode

public LlenarDropDownList ( ) : void
Résultat void

LlenarMetas() public méthode

public LlenarMetas ( Metas meta ) : void
meta Metas
Résultat void

NuevoButton_Click() protected méthode

protected NuevoButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Page_Load() protected méthode

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

ShowToast() public méthode

public ShowToast ( string tipo, string titulo, string mensaje ) : void
tipo string
titulo string
mensaje string
Résultat void

Property Details

AgregarButton protected_oe property

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

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

DescripcionTextBox protected_oe property

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

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

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

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

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

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

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

MetaIdTextBox protected_oe property

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

MetasListBox protected_oe property

MetasListBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ListBox MetasListBox
Résultat global::System.Web.UI.WebControls.ListBox

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

TipoDeIngresoDropDownList protected_oe property

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