C# Class SIAQ.Web.Application.WebApp.Private.Seguimiento.segBusquedaRecomendacion

ファイルを表示 Open project: GCSoft/CEDHNL

Protected Properties

Property Type Description
Label2 global::System.Web.UI.WebControls.Label
btnBuscar global::System.Web.UI.WebControls.Button
ddlEstatus global::System.Web.UI.WebControls.DropDownList
ddlFuncionario global::System.Web.UI.WebControls.DropDownList
ddlTipo global::System.Web.UI.WebControls.DropDownList
gvRecomendacion global::System.Web.UI.WebControls.GridView
hddSort global::System.Web.UI.WebControls.HiddenField
pnlBotones global::System.Web.UI.WebControls.Panel
pnlFormulario global::System.Web.UI.WebControls.Panel
pnlGrid global::System.Web.UI.WebControls.Panel
txtExpedienteNumero global::System.Web.UI.WebControls.TextBox
txtNombreAutoridad global::System.Web.UI.WebControls.TextBox
txtRecomendacionNumero global::System.Web.UI.WebControls.TextBox
wucBeginDate global::SIAQ.Web.Include.WebUserControls.wucCalendar
wucEndDate global::SIAQ.Web.Include.WebUserControls.wucCalendar

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnBuscar_Click ( object sender, EventArgs e ) : void
gvRecomendacion_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
gvRecomendacion_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
gvRecomendacion_Sorting ( object sender, GridViewSortEventArgs e ) : void

Private Methods

Method Description
RecoveryForm ( ) : void
SaveForm ( ) : void
SelectEstatus ( ) : void
SelectFuncionario ( ) : void
SelectRecomendacion ( Boolean Recovery ) : void
SelectTipo ( ) : void

Method Details

Page_Load() protected method

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

btnBuscar_Click() protected method

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

gvRecomendacion_RowCommand() protected method

protected gvRecomendacion_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
sender object
e GridViewCommandEventArgs
return void

gvRecomendacion_RowDataBound() protected method

protected gvRecomendacion_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
sender object
e GridViewRowEventArgs
return void

gvRecomendacion_Sorting() protected method

protected gvRecomendacion_Sorting ( object sender, GridViewSortEventArgs e ) : void
sender object
e GridViewSortEventArgs
return void

Property Details

Label2 protected_oe property

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

btnBuscar protected_oe property

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

ddlEstatus protected_oe property

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

ddlFuncionario protected_oe property

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

ddlTipo protected_oe property

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

gvRecomendacion protected_oe property

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

hddSort protected_oe property

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

pnlBotones protected_oe property

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

pnlFormulario protected_oe property

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

pnlGrid protected_oe property

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

txtExpedienteNumero protected_oe property

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

txtNombreAutoridad protected_oe property

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

txtRecomendacionNumero protected_oe property

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

wucBeginDate protected_oe property

wucBeginDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::SIAQ.Web.Include.WebUserControls.wucCalendar wucBeginDate
return global::SIAQ.Web.Include.WebUserControls.wucCalendar

wucEndDate protected_oe property

wucEndDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::SIAQ.Web.Include.WebUserControls.wucCalendar wucEndDate
return global::SIAQ.Web.Include.WebUserControls.wucCalendar