C# Class templateApp.GUI.Modulo8.interfazModificarRestriccionHorario

Mostrar archivo Open project: rosmantorres/sakaratedo

Protected Properties

Property Type Description
agregar_restriccion global::System.Web.UI.HtmlControls.HtmlForm
alert global::System.Web.UI.HtmlControls.HtmlGenericControl
btnaceptar global::System.Web.UI.WebControls.Button
comboCintaMayor global::System.Web.UI.WebControls.DropDownList
comboEdadMaxima global::System.Web.UI.WebControls.DropDownList
comboEdadMinima global::System.Web.UI.WebControls.DropDownList
comboSexo global::System.Web.UI.WebControls.DropDownList
combocintama global::System.Web.UI.HtmlControls.HtmlGenericControl
div1 global::System.Web.UI.HtmlControls.HtmlGenericControl
divEdadMax global::System.Web.UI.HtmlControls.HtmlGenericControl
divEdadMin global::System.Web.UI.HtmlControls.HtmlGenericControl
labelRest global::System.Web.UI.WebControls.Label

Public Methods

Method Description
interfazModificarRestriccionHorario ( ) : 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

interfazModificarRestriccionHorario() public method

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

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

comboCintaMayor protected_oe property

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

comboEdadMaxima protected_oe property

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

comboEdadMinima protected_oe property

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

comboSexo protected_oe property

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

combocintama protected_oe property

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

div1 protected_oe property

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

divEdadMax protected_oe property

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

divEdadMin protected_oe property

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

labelRest protected_oe property

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