C# 클래스 SIAQ.Web.Application.WebApp.Private.Archivo.arcBusquedaExpediente

상속: SIAQ.BusinessProcess.Page.BPPage
파일 보기 프로젝트 열기: GCSoft/CEDHNL

보호된 프로퍼티들

프로퍼티 타입 설명
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

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
SelectArchivo ( ) : void
SelectUbicacionExpediente ( ) : void
SelectUsuario ( ) : void

메소드 상세

Page_Load() 보호된 메소드

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

btnBuscar_Click() 보호된 메소드

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

gvArchivo_RowCommand() 보호된 메소드

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

gvArchivo_RowDataBound() 보호된 메소드

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

gvArchivo_Sorting() 보호된 메소드

protected gvArchivo_Sorting ( object sender, System.Web.UI.WebControls.GridViewSortEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewSortEventArgs
리턴 void

프로퍼티 상세

Label2 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

Panel2 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Panel

btnBuscar 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Button

ddlUbicacionExpediente 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.DropDownList

ddlUsuario 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.DropDownList

gvArchivo 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.GridView

hddSort 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.HiddenField

pnlFormulario 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Panel

pnlGrid 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Panel

txtExpedienteNumero 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.TextBox

txtSolicitudNumero 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.TextBox

wucBeginDate 보호되어 있는 프로퍼티

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
리턴 global::SIAQ.Web.Include.WebUserControls.wucCalendar

wucEndDate 보호되어 있는 프로퍼티

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
리턴 global::SIAQ.Web.Include.WebUserControls.wucCalendar