C# Class templateApp.GUI.Modulo9.M9_AgregarEvento

Inheritance: System.Web.UI.Page, IContratoAgregarEvento
Datei anzeigen Open project: rosmantorres/sakaratedo

Protected Properties

Property Type Description
agregarEvento global::System.Web.UI.HtmlControls.HtmlForm
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
nombreEvento global::System.Web.UI.WebControls.TextBox

Private Properties

Property Type Description

Public Methods

Method Description
M9_AgregarEvento ( ) : System

Protected Methods

Method 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_AgregarEvento() public method

public M9_AgregarEvento ( ) : System
return System

Page_Load() protected method

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

btn_agregarEventoClick() protected method

protected btn_agregarEventoClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

comboTipoEvento_SelectedIndexChanged() protected method

protected comboTipoEvento_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

agregarEvento protected_oe property

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

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

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