C# Class templateApp.GUI.Modulo9.M9_ModificarEvento

Afficher le fichier Open project: rosmantorres/sakaratedo

Protected Properties

Свойство Type Description
alert global::System.Web.UI.HtmlControls.HtmlGenericControl
btn_agregarEvento global::System.Web.UI.WebControls.Button
comboTipoEvento global::System.Web.UI.WebControls.DropDownList
costoEvento global::System.Web.UI.WebControls.TextBox
descripcionEvento global::System.Web.UI.WebControls.TextBox
divComboTipoEvento global::System.Web.UI.HtmlControls.HtmlGenericControl
fechaFin global::System.Web.UI.HtmlControls.HtmlInputText
fechaFinValue global::System.Web.UI.WebControls.HiddenField
fechaIniValue global::System.Web.UI.WebControls.HiddenField
fechaInicio global::System.Web.UI.HtmlControls.HtmlInputText
horaFin global::System.Web.UI.WebControls.TextBox
horaInicio global::System.Web.UI.WebControls.TextBox
inputEstadoActivo global::System.Web.UI.WebControls.RadioButton
inputEstadoInactivo global::System.Web.UI.WebControls.RadioButton
modificarEvento global::System.Web.UI.HtmlControls.HtmlForm
nombreEvento global::System.Web.UI.WebControls.TextBox

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
M9_ModificarEvento ( ) : System

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void
btn_agregarEventoClick ( object sender, EventArgs e ) : void
comboTipoEvento_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

M9_ModificarEvento() public méthode

public M9_ModificarEvento ( ) : System
Résultat System

Page_Load() protected méthode

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

btn_agregarEventoClick() protected méthode

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

comboTipoEvento_SelectedIndexChanged() protected méthode

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

Property Details

alert protected_oe property

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

btn_agregarEvento protected_oe property

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

comboTipoEvento protected_oe property

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

costoEvento protected_oe property

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

descripcionEvento protected_oe property

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

divComboTipoEvento protected_oe property

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

fechaFin protected_oe property

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

fechaFinValue protected_oe property

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

fechaIniValue protected_oe property

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

fechaInicio protected_oe property

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

horaFin protected_oe property

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

horaInicio protected_oe property

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

inputEstadoActivo protected_oe property

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

inputEstadoInactivo protected_oe property

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

modificarEvento protected_oe property

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

nombreEvento protected_oe property

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