프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
RecoveryForm ( ) : void | ||
SaveForm ( ) : void | ||
SelectEstatus ( ) : void | ||
SelectFuncionario ( ) : void | ||
SelectRecomendacion ( Boolean Recovery ) : void | ||
SelectTipo ( ) : void |
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
리턴 | void |
protected btnBuscar_Click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
리턴 | void |
protected gvRecomendacion_RowCommand ( object sender, GridViewCommandEventArgs e ) : void | ||
sender | object | |
e | GridViewCommandEventArgs | |
리턴 | void |
protected gvRecomendacion_RowDataBound ( object sender, GridViewRowEventArgs e ) : void | ||
sender | object | |
e | GridViewRowEventArgs | |
리턴 | void |
protected gvRecomendacion_Sorting ( object sender, GridViewSortEventArgs e ) : void | ||
sender | object | |
e | GridViewSortEventArgs | |
리턴 | void |
protected global::System.Web.UI.WebControls.Label Label2 | ||
리턴 | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Button btnBuscar | ||
리턴 | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.WebControls.DropDownList ddlEstatus | ||
리턴 | global::System.Web.UI.WebControls.DropDownList |
protected global::System.Web.UI.WebControls.DropDownList ddlFuncionario | ||
리턴 | global::System.Web.UI.WebControls.DropDownList |
protected global::System.Web.UI.WebControls.DropDownList ddlTipo | ||
리턴 | global::System.Web.UI.WebControls.DropDownList |
protected global::System.Web.UI.WebControls.GridView gvRecomendacion | ||
리턴 | global::System.Web.UI.WebControls.GridView |
protected global::System.Web.UI.WebControls.HiddenField hddSort | ||
리턴 | global::System.Web.UI.WebControls.HiddenField |
protected global::System.Web.UI.WebControls.Panel pnlBotones | ||
리턴 | global::System.Web.UI.WebControls.Panel |
protected global::System.Web.UI.WebControls.Panel pnlFormulario | ||
리턴 | global::System.Web.UI.WebControls.Panel |
protected global::System.Web.UI.WebControls.Panel pnlGrid | ||
리턴 | global::System.Web.UI.WebControls.Panel |
protected global::System.Web.UI.WebControls.TextBox txtExpedienteNumero | ||
리턴 | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.TextBox txtNombreAutoridad | ||
리턴 | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.TextBox txtRecomendacionNumero | ||
리턴 | global::System.Web.UI.WebControls.TextBox |
protected global::SIAQ.Web.Include.WebUserControls.wucCalendar wucBeginDate | ||
리턴 | global::SIAQ.Web.Include.WebUserControls.wucCalendar |