C# Class SIAQ.Web.Application.WebApp.Private.Quejas.QueDetalleSolicitudCierre

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

Protected Properties

Property Type Description
AfectadoLabel global::System.Web.UI.WebControls.Label
AprobarCalificacionButton global::System.Web.UI.WebControls.ImageButton
AprobarCalificacionPanel global::System.Web.UI.WebControls.Panel
CalificacionLabel global::System.Web.UI.WebControls.Label
CanalizacionesLabel global::System.Web.UI.WebControls.Label
CierreOrientacionLabel global::System.Web.UI.WebControls.Label
ComentarioTituloLabel global::System.Web.UI.WebControls.Label
ContactoLabel global::System.Web.UI.WebControls.Label
DireccionHechosLabel global::System.Web.UI.WebControls.Label
EstatusaLabel global::System.Web.UI.WebControls.Label
FechaAsignacionLabel global::System.Web.UI.WebControls.Label
FechaGestionLabel global::System.Web.UI.WebControls.Label
FechaModificacionLabel global::System.Web.UI.WebControls.Label
FechaRecepcionLabel global::System.Web.UI.WebControls.Label
FuncionarioLabel global::System.Web.UI.WebControls.Label
FundamentoLabel global::System.Web.UI.WebControls.Label
Label2 global::System.Web.UI.WebControls.Label
LugarHechosLabel global::System.Web.UI.WebControls.Label
MecanismoAperturaLabel global::System.Web.UI.WebControls.Label
NivelAutoridadLabel global::System.Web.UI.WebControls.Label
ObservacionesLabel global::System.Web.UI.WebControls.Label
ProblematicaDetalleLabel global::System.Web.UI.WebControls.Label
ProblematicaLabel global::System.Web.UI.WebControls.Label
RechazarCalificacionButton global::System.Web.UI.WebControls.ImageButton
RechazarCalificacionPanel global::System.Web.UI.WebControls.Panel
Sender global::System.Web.UI.WebControls.HiddenField
SenderId global::System.Web.UI.WebControls.HiddenField
SinComentariosLabel global::System.Web.UI.WebControls.Label
SinDocumentoLabel global::System.Web.UI.WebControls.Label
SolicitudNumero global::System.Web.UI.WebControls.Label
TipoOrientacionLabel global::System.Web.UI.WebControls.Label
TipoSolicitudLabel global::System.Web.UI.WebControls.Label
btnRegresar global::System.Web.UI.WebControls.Button
chkIndicadorActividad global::System.Web.UI.WebControls.CheckBoxList
chkIndicadorComunidades global::System.Web.UI.WebControls.CheckBoxList
chkIndicadorCondicion global::System.Web.UI.WebControls.CheckBoxList
chkIndicadorEdad global::System.Web.UI.WebControls.CheckBoxList
chkIndicadorGenero global::System.Web.UI.WebControls.CheckBoxList
chkIndicadorTemas global::System.Web.UI.WebControls.CheckBoxList
chkIndicadorVictimas global::System.Web.UI.WebControls.CheckBoxList
dlstDocumentoList global::System.Web.UI.WebControls.DataList
grdCanalizacion global::System.Web.UI.WebControls.GridView
gvAutoridades global::System.Web.UI.WebControls.GridView
gvCiudadano global::System.Web.UI.WebControls.GridView
gvDiligencia global::System.Web.UI.WebControls.GridView
hddCalificacionId global::System.Web.UI.WebControls.HiddenField
hddSolicitudId global::System.Web.UI.WebControls.HiddenField
hddSort global::System.Web.UI.WebControls.HiddenField
pnlAutoridades global::System.Web.UI.WebControls.Panel
repComentarios global::System.Web.UI.WebControls.Repeater

Protected Methods

Method Description
AprobarCalificacionButton_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
RechazarCalificacionButton_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
btnRegresar_Click ( object sender, EventArgs e ) : void
dlstDocumentoList_ItemDataBound ( Object sender, System.Web.UI.WebControls.DataListItemEventArgs e ) : void
gvAutoridades_RowCommand ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
gvAutoridades_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
gvAutoridades_Sorting ( object sender, System.Web.UI.WebControls.GridViewSortEventArgs e ) : void
gvCiudadano_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
gvCiudadano_Sorting ( object sender, System.Web.UI.WebControls.GridViewSortEventArgs e ) : void
gvDiligencia_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
gvDiligencia_Sorting ( object sender, System.Web.UI.WebControls.GridViewSortEventArgs e ) : void
imgSwapAll_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void

Private Methods

Method Description
LlenarGridVoces_Detalle ( GridView &grdDetalle, Int32 SolicitudId, Int32 AutoridadId ) : void
RechazarCalificacion ( ) : void
SelectIndicadores ( ) : void
SelectSolicitud_Cierre ( ) : void
SetPermisosGenerales ( Int32 idRol ) : void
SetStyleInItemChecked ( ) : void
SwapGrid ( int iRow ) : void
SwapGridByHeader ( Int32 iRow, System.Boolean isVisible ) : void

Method Details

AprobarCalificacionButton_Click() protected method

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

Page_Load() protected method

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

RechazarCalificacionButton_Click() protected method

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

btnRegresar_Click() protected method

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

dlstDocumentoList_ItemDataBound() protected method

protected dlstDocumentoList_ItemDataBound ( Object sender, System.Web.UI.WebControls.DataListItemEventArgs e ) : void
sender Object
e System.Web.UI.WebControls.DataListItemEventArgs
return void

gvAutoridades_RowCommand() protected method

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

gvAutoridades_RowDataBound() protected method

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

gvAutoridades_Sorting() protected method

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

gvCiudadano_RowDataBound() protected method

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

gvCiudadano_Sorting() protected method

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

gvDiligencia_RowDataBound() protected method

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

gvDiligencia_Sorting() protected method

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

imgSwapAll_Click() protected method

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

Property Details

AfectadoLabel protected_oe property

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

AprobarCalificacionButton protected_oe property

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

AprobarCalificacionPanel protected_oe property

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

CalificacionLabel protected_oe property

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

CanalizacionesLabel protected_oe property

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

CierreOrientacionLabel protected_oe property

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

ComentarioTituloLabel protected_oe property

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

ContactoLabel protected_oe property

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

DireccionHechosLabel protected_oe property

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

EstatusaLabel protected_oe property

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

FechaGestionLabel protected_oe property

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

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

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

FundamentoLabel protected_oe property

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

LugarHechosLabel protected_oe property

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

MecanismoAperturaLabel protected_oe property

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

NivelAutoridadLabel protected_oe property

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

ObservacionesLabel protected_oe property

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

ProblematicaDetalleLabel protected_oe property

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

ProblematicaLabel protected_oe property

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

RechazarCalificacionButton protected_oe property

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

RechazarCalificacionPanel protected_oe property

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

Sender protected_oe property

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

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

SinComentariosLabel protected_oe property

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

SinDocumentoLabel protected_oe property

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

SolicitudNumero protected_oe property

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

TipoOrientacionLabel protected_oe property

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

TipoSolicitudLabel protected_oe property

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

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

chkIndicadorActividad protected_oe property

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

chkIndicadorComunidades protected_oe property

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

chkIndicadorCondicion protected_oe property

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

chkIndicadorEdad protected_oe property

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

chkIndicadorGenero protected_oe property

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

chkIndicadorTemas protected_oe property

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

chkIndicadorVictimas protected_oe property

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

dlstDocumentoList protected_oe property

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

grdCanalizacion protected_oe property

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

gvAutoridades protected_oe property

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

gvCiudadano protected_oe property

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

gvDiligencia protected_oe property

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

hddCalificacionId protected_oe property

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

hddSolicitudId protected_oe property

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

pnlAutoridades protected_oe property

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

repComentarios protected_oe property

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