C# Class FinanzasPersonalesWeb.Registros.rTipoIngreso

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

Protected Properties

Свойство Type Description
BuscarButton global::System.Web.UI.WebControls.Button
DescripcionTextBox global::System.Web.UI.WebControls.TextBox
EliminarButton global::System.Web.UI.WebControls.Button
EstadoRadioButtonList global::System.Web.UI.WebControls.RadioButtonList
GuardarButton 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
LimpiarButton global::System.Web.UI.WebControls.Button
RequiredFieldValidator1 global::System.Web.UI.WebControls.RequiredFieldValidator
TipoIngresoTextBox global::System.Web.UI.WebControls.TextBox
UsuarioDropDownList global::System.Web.UI.WebControls.DropDownList

Méthodes publiques

Méthode Description
Limpiar ( ) : void
LlenarDatos ( ) : bool
ValidarIdEntero ( string IdTextBox ) : int

Méthodes protégées

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

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

EliminarButton_Click() protected méthode

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

GuardarButton_Click() protected méthode

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

Limpiar() public méthode

public Limpiar ( ) : void
Résultat void

LimpiarButton_Click() protected méthode

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

LlenarDatos() public méthode

public LlenarDatos ( ) : bool
Résultat bool

Page_Load() protected méthode

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

ValidarIdEntero() public méthode

public ValidarIdEntero ( string IdTextBox ) : int
IdTextBox string
Résultat int

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

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

EstadoRadioButtonList protected_oe property

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

GuardarButton protected_oe 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
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

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

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

TipoIngresoTextBox protected_oe property

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

UsuarioDropDownList protected_oe property

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