C# Class SIAQ.Web.Application.WebApp.Private.Archivo.arcBusquedaExpediente

Inheritance: SIAQ.BusinessProcess.Page.BPPage
ファイルを表示 Open project: GCSoft/CEDHNL

Protected Properties

Property Type Description
Label2 global::System.Web.UI.WebControls.Label
Panel2 global::System.Web.UI.WebControls.Panel
btnBuscar global::System.Web.UI.WebControls.Button
ddlUbicacionExpediente global::System.Web.UI.WebControls.DropDownList
ddlUsuario global::System.Web.UI.WebControls.DropDownList
gvArchivo global::System.Web.UI.WebControls.GridView
hddSort global::System.Web.UI.WebControls.HiddenField
pnlFormulario global::System.Web.UI.WebControls.Panel
pnlGrid global::System.Web.UI.WebControls.Panel
txtExpedienteNumero global::System.Web.UI.WebControls.TextBox
txtSolicitudNumero 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
gvArchivo_RowCommand ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
gvArchivo_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
gvArchivo_Sorting ( object sender, System.Web.UI.WebControls.GridViewSortEventArgs e ) : void

Private Methods

Method Description
SelectArchivo ( ) : void
SelectUbicacionExpediente ( ) : void
SelectUsuario ( ) : void

Method Details

Page_Load() protected method

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

btnBuscar_Click() protected method

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

gvArchivo_RowCommand() protected method

protected gvArchivo_RowCommand ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewCommandEventArgs
return void

gvArchivo_RowDataBound() protected method

protected gvArchivo_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewRowEventArgs
return void

gvArchivo_Sorting() protected method

protected gvArchivo_Sorting ( object sender, System.Web.UI.WebControls.GridViewSortEventArgs e ) : void
sender object
e System.Web.UI.WebControls.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

Panel2 protected_oe property

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

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

ddlUbicacionExpediente protected_oe property

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

ddlUsuario protected_oe property

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

gvArchivo protected_oe property

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

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

txtSolicitudNumero protected_oe property

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