C# Class templateApp.GUI.Modulo9.M9_DetalleEvento

Show file Open project: rosmantorres/sakaratedo

Protected Properties

Property Type Description
alert global::System.Web.UI.HtmlControls.HtmlGenericControl
costoEvento global::System.Web.UI.WebControls.Label
descripcionEvento global::System.Web.UI.WebControls.Label
detallerEvento global::System.Web.UI.HtmlControls.HtmlForm
fechaFin global::System.Web.UI.WebControls.Label
fechaInicio global::System.Web.UI.WebControls.Label
horaFin global::System.Web.UI.WebControls.Label
horaInicio global::System.Web.UI.WebControls.Label
nombreEvento global::System.Web.UI.WebControls.Label
statusEvento global::System.Web.UI.WebControls.Label
tipoEvento global::System.Web.UI.WebControls.Label

Private Properties

Property Type Description

Public Methods

Method Description
M9_DetalleEvento ( ) : System

Protected Methods

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

Method Details

M9_DetalleEvento() public method

public M9_DetalleEvento ( ) : System
return System

Page_Load() protected method

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

Property Details

alert protected 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

costoEvento protected property

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

descripcionEvento protected property

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

detallerEvento protected property

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

fechaFin protected property

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

fechaInicio protected property

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

horaFin protected property

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

horaInicio protected property

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

nombreEvento protected property

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

statusEvento protected property

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

tipoEvento protected property

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