C# Class SIAQ.Web.Application.WebApp.Private.Visitaduria.VisBusquedaExpedientes

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

Protected Properties

Property Type Description
Label2 global::System.Web.UI.WebControls.Label
btnBuscar global::System.Web.UI.WebControls.Button
ddlArea global::System.Web.UI.WebControls.DropDownList
ddlEstatus global::System.Web.UI.WebControls.DropDownList
ddlFuncionario global::System.Web.UI.WebControls.DropDownList
ddlTipoResolucion global::System.Web.UI.WebControls.DropDownList
gvExpediente 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
txtNumeroExpediente 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
gvExpediente_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
gvExpediente_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
gvExpediente_Sorting ( object sender, GridViewSortEventArgs e ) : void

Private Methods

Method Description
RecoveryForm ( ) : void
SaveForm ( ) : void
SelectArea ( ) : void
SelectEstatus ( ) : void
SelectExpediente ( Boolean Recovery ) : void
SelectFuncionario ( ) : void
SelectTipoResolucion ( ) : 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

gvExpediente_RowCommand() protected method

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

gvExpediente_RowDataBound() protected method

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

gvExpediente_Sorting() protected method

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

ddlArea protected_oe property

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

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

ddlTipoResolucion protected_oe property

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

gvExpediente protected_oe property

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

txtNumeroExpediente protected_oe property

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