C# Class templateApp.GUI.Modulo7.M7_DetallarHorarioPractica

Show file Open project: rosmantorres/sakaratedo

Protected Properties

Property Type Description
descripcion_evento1 global::System.Web.UI.HtmlControls.HtmlGenericControl
detalleHorario global::System.Web.UI.HtmlControls.HtmlForm
direccion_evento1 global::System.Web.UI.HtmlControls.HtmlGenericControl
estado_evento1 global::System.Web.UI.HtmlControls.HtmlGenericControl
horaFin_evento1 global::System.Web.UI.HtmlControls.HtmlGenericControl
horaInicio_evento1 global::System.Web.UI.HtmlControls.HtmlGenericControl
nombre_evento1 global::System.Web.UI.HtmlControls.HtmlGenericControl

Public Methods

Method Description
M7_DetallarHorarioPractica ( ) : System

Constructor de la clase

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Metodo que se ejecuta cuando carga la pagina

Method Details

M7_DetallarHorarioPractica() public method

Constructor de la clase
public M7_DetallarHorarioPractica ( ) : System
return System

Page_Load() protected method

Metodo que se ejecuta cuando carga la pagina
protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

descripcion_evento1 protected property

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

detalleHorario protected property

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

direccion_evento1 protected property

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

estado_evento1 protected property

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

horaFin_evento1 protected property

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

horaInicio_evento1 protected property

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

nombre_evento1 protected property

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