C# Class templateApp.GUI.Modulo9.M9_DetalleEvento

ファイルを表示 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_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

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

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

detallerEvento protected_oe 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_oe 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_oe 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_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.Label horaFin
return global::System.Web.UI.WebControls.Label

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

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

statusEvento protected_oe 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_oe 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