C# Class SIAQ.Web.Application.WebApp.Private.Quejas.QueBusquedaSolicitudes

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

Protected Properties

Property Type Description
Label2 global::System.Web.UI.WebControls.Label
btnBuscar global::System.Web.UI.WebControls.Button
ddlFormaContacto global::System.Web.UI.WebControls.DropDownList
ddlFuncionario global::System.Web.UI.WebControls.DropDownList
gvSolicitud 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
txtCiudadano global::System.Web.UI.WebControls.TextBox
txtNumeroSolicitud 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
gvSolicitud_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
gvSolicitud_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
gvSolicitud_Sorting ( object sender, GridViewSortEventArgs e ) : void

Private Methods

Method Description
RecoveryForm ( ) : void
SaveForm ( ) : void
SelectFormaContacto ( ) : void
SelectFuncionario ( ) : void
SelectSolicitud ( Boolean Recovery ) : 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

gvSolicitud_RowCommand() protected method

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

gvSolicitud_RowDataBound() protected method

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

gvSolicitud_Sorting() protected method

protected gvSolicitud_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

ddlFormaContacto protected_oe property

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

gvSolicitud protected_oe property

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

txtCiudadano protected_oe property

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

txtNumeroSolicitud protected_oe property

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