C# Class templateApp.GUI.Modulo10.M10_DetalleAsistenciaEvento

Inheritance: System.Web.UI.Page, IContratoDetalleAsistencia
Afficher le fichier Open project: rosmantorres/sakaratedo

Protected Properties

Свойство Type Description
detalle_asistencia global::System.Web.UI.HtmlControls.HtmlForm
fechaEvento global::System.Web.UI.WebControls.TextBox
listaAsistentes global::System.Web.UI.WebControls.ListBox
listaNoAsistieron global::System.Web.UI.WebControls.ListBox
nombreEvento global::System.Web.UI.WebControls.TextBox

Méthodes publiques

Méthode Description
M10_DetalleAsistenciaEvento ( ) : System

Méthodes protégées

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

Method Details

M10_DetalleAsistenciaEvento() public méthode

public M10_DetalleAsistenciaEvento ( ) : System
Résultat System

Page_Load() protected méthode

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

Property Details

detalle_asistencia protected_oe property

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

fechaEvento protected_oe property

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

listaAsistentes protected_oe property

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

listaNoAsistieron protected_oe property

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

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