C# Class FinanzasPersonalesWeb.TipoEgreso

ファイルを表示 Open project: enelramon/FinanzasPersonalesWeb2016

Protected Properties

Property Type Description
BuscarButton global::System.Web.UI.WebControls.Button
DescripcionTextBox global::System.Web.UI.WebControls.TextBox
ElimanarButton 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
MensajeLabel global::System.Web.UI.WebControls.Label
NuevoButton global::System.Web.UI.WebControls.Button
TipoEgresoIdTextBox global::System.Web.UI.WebControls.TextBox
UsuarioDropDownList global::System.Web.UI.WebControls.DropDownList

Public Methods

Method Description
ConvertirId ( string tipoEgresoId ) : int
LLenarDatos ( TiposEgresos egreso ) : void
Limpiar ( ) : void
LlenarCampos ( TiposEgresos egreso ) : void
Validar ( ) : int

Protected Methods

Method Description
BuscarButton_Click ( object sender, EventArgs e ) : void
ElimanarButton_Click ( object sender, EventArgs e ) : void
GuardarButton_Click ( object sender, EventArgs e ) : void
NuevoButton_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 EventArgs
return void

ConvertirId() public method

public ConvertirId ( string tipoEgresoId ) : int
tipoEgresoId string
return int

ElimanarButton_Click() protected method

protected ElimanarButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

GuardarButton_Click() protected method

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

LLenarDatos() public method

public LLenarDatos ( TiposEgresos egreso ) : void
egreso TiposEgresos
return void

Limpiar() public method

public Limpiar ( ) : void
return void

LlenarCampos() public method

public LlenarCampos ( TiposEgresos egreso ) : void
egreso TiposEgresos
return void

NuevoButton_Click() protected method

protected NuevoButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Page_Load() protected method

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

Validar() public method

public Validar ( ) : int
return 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
return 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
return global::System.Web.UI.WebControls.TextBox

ElimanarButton protected_oe property

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

MensajeLabel protected_oe property

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

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
return global::System.Web.UI.WebControls.Button

TipoEgresoIdTextBox protected_oe property

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