C# Class templateApp.GUI.Modulo8.interfazModificarRestriccionAvanceCinta

显示文件 Open project: rosmantorres/sakaratedo

Protected Properties

Property Type Description
agregar_restriccion global::System.Web.UI.HtmlControls.HtmlForm
alert global::System.Web.UI.HtmlControls.HtmlGenericControl
alertlocal global::System.Web.UI.HtmlControls.HtmlGenericControl
btnaceptar global::System.Web.UI.WebControls.Button
horas_docentes global::System.Web.UI.HtmlControls.HtmlInputGenericControl
puntaje_minimo global::System.Web.UI.HtmlControls.HtmlInputGenericControl
tiempo_minimo global::System.Web.UI.HtmlControls.HtmlInputGenericControl

Public Methods

Method Description
interfazModificarRestriccionAvanceCinta ( ) : System

Protected Methods

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

Method Details

Page_Load() protected method

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

btnaceptar_Click() protected method

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

interfazModificarRestriccionAvanceCinta() public method

public interfazModificarRestriccionAvanceCinta ( ) : System
return System

Property Details

agregar_restriccion protected_oe property

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

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

alertlocal protected_oe property

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

btnaceptar protected_oe property

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

horas_docentes protected_oe property

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

puntaje_minimo protected_oe property

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

tiempo_minimo protected_oe property

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