C# Class templateApp.GUI.Modulo8.interfazCrearRestriccionAvanceCintaSimple

显示文件 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
id_otro global::System.Web.UI.HtmlControls.HtmlGenericControl
puntaje_minimo global::System.Web.UI.HtmlControls.HtmlInputGenericControl
tiempo_maximo global::System.Web.UI.HtmlControls.HtmlInputGenericControl
tiempo_minimo global::System.Web.UI.HtmlControls.HtmlInputGenericControl

Public Methods

Method Description
Alerta ( string msj ) : void
interfazCrearRestriccionAvanceCintaSimple ( ) : System
validarInput ( String pword ) : bool

Protected Methods

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

Method Details

Alerta() public method

public Alerta ( string msj ) : void
msj string
return void

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

interfazCrearRestriccionAvanceCintaSimple() public method

public interfazCrearRestriccionAvanceCintaSimple ( ) : System
return System

validarInput() public method

public validarInput ( String pword ) : bool
pword String
return bool

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

id_otro protected_oe property

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

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_maximo protected_oe property

tiempo_maximo control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlInputGenericControl tiempo_maximo
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