C# Class templateApp.GUI.Modulo12.M12_ListarCompetencias

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

Protected Properties

Свойство Type Description
alert global::System.Web.UI.HtmlControls.HtmlGenericControl
btn_eliminarComp global::System.Web.UI.WebControls.Button
eliminar_competencia global::System.Web.UI.HtmlControls.HtmlForm
laTabla global::System.Web.UI.WebControls.Literal

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
M12_ListarCompetencias ( ) : System

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void
btn_eliminarComp_Click ( object sender, EventArgs e ) : void
llenarModalInfo ( int elIdCompetencia ) : void

Method Details

M12_ListarCompetencias() public méthode

public M12_ListarCompetencias ( ) : 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

btn_eliminarComp_Click() protected méthode

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

llenarModalInfo() protected méthode

protected llenarModalInfo ( int elIdCompetencia ) : void
elIdCompetencia int
Résultat 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
Résultat global::System.Web.UI.HtmlControls.HtmlGenericControl

btn_eliminarComp protected_oe property

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

eliminar_competencia protected_oe property

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

laTabla protected_oe property

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