C# Class SIAQ.Web.Application.WebApp.Private.Seguimiento.segImpugnacion

Inheritance: System.Web.UI.Page
ファイルを表示 Open project: GCSoft/CEDHNL

Protected Properties

Property Type Description
EstatusLabel global::System.Web.UI.WebControls.Label
ExpedienteNumero global::System.Web.UI.WebControls.Label
FechaAsignacionLabel global::System.Web.UI.WebControls.Label
FechaModificacionLabel global::System.Web.UI.WebControls.Label
FechaQuejasLabel global::System.Web.UI.WebControls.Label
FechaRecepcionLabel global::System.Web.UI.WebControls.Label
FechaVisitaduriasLabel global::System.Web.UI.WebControls.Label
FuncionarioLabel global::System.Web.UI.WebControls.Label
GridLabel global::System.Web.UI.WebControls.Label
Label1 global::System.Web.UI.WebControls.Label
Label2 global::System.Web.UI.WebControls.Label
NivelesAutoridadLabel global::System.Web.UI.WebControls.Label
NombreAutoridadLabel global::System.Web.UI.WebControls.Label
PuestoAutoridadLabel global::System.Web.UI.WebControls.Label
RecomendacionNumero global::System.Web.UI.WebControls.Label
SenderId global::System.Web.UI.WebControls.HiddenField
TipoLabel global::System.Web.UI.WebControls.Label
btnImpugnar global::System.Web.UI.WebControls.Button
btnPopUpImpugnar global::System.Web.UI.WebControls.Button
btnPopUpRespuesta global::System.Web.UI.WebControls.Button
btnRegresar global::System.Web.UI.WebControls.Button
btnRespuesta global::System.Web.UI.WebControls.Button
calFechaImpugnar global::SIAQ.Web.Include.WebUserControls.wucCalendar
calFechaRespuesta global::SIAQ.Web.Include.WebUserControls.wucCalendar
ckeImpugnar global::CKEditor.NET.CKEditorControl
ckeRespuesta global::CKEditor.NET.CKEditorControl
dragPanelImpugnar global::AjaxControlToolkit.DragPanelExtender
dragPanelRespuesta global::AjaxControlToolkit.DragPanelExtender
gvGestion global::System.Web.UI.WebControls.GridView
hddImpugnada global::System.Web.UI.WebControls.HiddenField
hddPublicada global::System.Web.UI.WebControls.HiddenField
hddRecomendacionId global::System.Web.UI.WebControls.HiddenField
hddSort global::System.Web.UI.WebControls.HiddenField
imgCloseImpugnarWindow global::System.Web.UI.WebControls.ImageButton
imgCloseRespuestaWindow global::System.Web.UI.WebControls.ImageButton
lblActionMessageImpugnar global::System.Web.UI.WebControls.Label
lblActionMessageRespuesta global::System.Web.UI.WebControls.Label
lblActionTitle global::System.Web.UI.WebControls.Label
lblEncabezado global::System.Web.UI.WebControls.Label
lblNumero global::System.Web.UI.WebControls.Label
pnlImpugnar global::System.Web.UI.WebControls.Panel
pnlImpugnarBody global::System.Web.UI.WebControls.Panel
pnlImpugnarContent global::System.Web.UI.WebControls.Panel
pnlImpugnarHeader global::System.Web.UI.WebControls.Panel
pnlRespuesta global::System.Web.UI.WebControls.Panel
pnlRespuestaBody global::System.Web.UI.WebControls.Panel
pnlRespuestaContent global::System.Web.UI.WebControls.Panel
pnlRespuestaHeader global::System.Web.UI.WebControls.Panel

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnImpugnar_Click ( object sender, EventArgs e ) : void
btnPopUpImpugnar_Click ( object sender, EventArgs e ) : void
btnPopUpRespuesta_Click ( object sender, EventArgs e ) : void
btnRegresar_Click ( object sender, EventArgs e ) : void
btnRespuesta_Click ( object sender, EventArgs e ) : void
gvGestion_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
gvGestion_Sorting ( object sender, System.Web.UI.WebControls.GridViewSortEventArgs e ) : void
imgCloseImpugnarWindow_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
imgCloseRespuestaWindow_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void

Private Methods

Method Description
GetKey ( String sKey ) : String
SelectRecomendacion ( ) : void
UpdateRecomendacion_ImpugnarDocumento ( ) : void
UpdateRecomendacion_ImpugnarDocumentoCierre ( ) : void

Method Details

Page_Load() protected method

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

btnImpugnar_Click() protected method

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

btnPopUpImpugnar_Click() protected method

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

btnPopUpRespuesta_Click() protected method

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

btnRegresar_Click() protected method

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

btnRespuesta_Click() protected method

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

gvGestion_RowDataBound() protected method

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

gvGestion_Sorting() protected method

protected gvGestion_Sorting ( object sender, System.Web.UI.WebControls.GridViewSortEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewSortEventArgs
return void

imgCloseImpugnarWindow_Click() protected method

protected imgCloseImpugnarWindow_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
sender object
e System.Web.UI.ImageClickEventArgs
return void

imgCloseRespuestaWindow_Click() protected method

protected imgCloseRespuestaWindow_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
sender object
e System.Web.UI.ImageClickEventArgs
return void

Property Details

EstatusLabel protected_oe property

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

ExpedienteNumero protected_oe property

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

FechaAsignacionLabel protected_oe property

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

FechaModificacionLabel protected_oe property

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

FechaQuejasLabel protected_oe property

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

FechaRecepcionLabel protected_oe property

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

FechaVisitaduriasLabel protected_oe property

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

FuncionarioLabel protected_oe property

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

GridLabel protected_oe property

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

Label1 protected_oe property

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

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

NivelesAutoridadLabel protected_oe property

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

NombreAutoridadLabel protected_oe property

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

PuestoAutoridadLabel protected_oe property

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

RecomendacionNumero protected_oe property

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

SenderId protected_oe property

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

TipoLabel protected_oe property

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

btnImpugnar protected_oe property

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

btnPopUpImpugnar protected_oe property

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

btnPopUpRespuesta protected_oe property

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

btnRegresar protected_oe property

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

btnRespuesta protected_oe property

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

calFechaImpugnar protected_oe property

calFechaImpugnar control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::SIAQ.Web.Include.WebUserControls.wucCalendar calFechaImpugnar
return global::SIAQ.Web.Include.WebUserControls.wucCalendar

calFechaRespuesta protected_oe property

calFechaRespuesta control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::SIAQ.Web.Include.WebUserControls.wucCalendar calFechaRespuesta
return global::SIAQ.Web.Include.WebUserControls.wucCalendar

ckeImpugnar protected_oe property

ckeImpugnar control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::CKEditor.NET.CKEditorControl ckeImpugnar
return global::CKEditor.NET.CKEditorControl

ckeRespuesta protected_oe property

ckeRespuesta control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::CKEditor.NET.CKEditorControl ckeRespuesta
return global::CKEditor.NET.CKEditorControl

dragPanelImpugnar protected_oe property

dragPanelImpugnar control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.DragPanelExtender dragPanelImpugnar
return global::AjaxControlToolkit.DragPanelExtender

dragPanelRespuesta protected_oe property

dragPanelRespuesta control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.DragPanelExtender dragPanelRespuesta
return global::AjaxControlToolkit.DragPanelExtender

gvGestion protected_oe property

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

hddImpugnada protected_oe property

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

hddPublicada protected_oe property

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

hddRecomendacionId protected_oe property

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

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

imgCloseImpugnarWindow protected_oe property

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

imgCloseRespuestaWindow protected_oe property

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

lblActionMessageImpugnar protected_oe property

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

lblActionMessageRespuesta protected_oe property

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

lblActionTitle protected_oe property

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

lblEncabezado protected_oe property

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

lblNumero protected_oe property

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

pnlImpugnar protected_oe property

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

pnlImpugnarBody protected_oe property

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

pnlImpugnarContent protected_oe property

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

pnlImpugnarHeader protected_oe property

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

pnlRespuesta protected_oe property

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

pnlRespuestaBody protected_oe property

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

pnlRespuestaContent protected_oe property

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

pnlRespuestaHeader protected_oe property

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