C# 클래스 SIAQ.Web.Application.WebApp.Private.Seguimiento.segDetalleRecomendacionCierre

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: GCSoft/CEDHNL

보호된 프로퍼티들

프로퍼티 타입 설명
AprobarProyectoButton global::System.Web.UI.WebControls.ImageButton
AprobarProyectoPanel global::System.Web.UI.WebControls.Panel
ComentarioTituloLabel global::System.Web.UI.WebControls.Label
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
Label1 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
RechazarProyectoButton global::System.Web.UI.WebControls.ImageButton
RechazarProyectoPanel global::System.Web.UI.WebControls.Panel
RecomendacionNumero global::System.Web.UI.WebControls.Label
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
TipoLabel global::System.Web.UI.WebControls.Label
btnRegresar global::System.Web.UI.WebControls.Button
dlstDocumentoList global::System.Web.UI.WebControls.DataList
gvCiudadano global::System.Web.UI.WebControls.GridView
gvDiligencia global::System.Web.UI.WebControls.GridView
gvGestion global::System.Web.UI.WebControls.GridView
gvGestionPuntosResolutivos global::System.Web.UI.WebControls.GridView
gvPuntosResolutivos global::System.Web.UI.WebControls.GridView
hddRecomendacionId global::System.Web.UI.WebControls.HiddenField
hddSort global::System.Web.UI.WebControls.HiddenField
lblEncabezado global::System.Web.UI.WebControls.Label
lblNumero global::System.Web.UI.WebControls.Label
repComentarios global::System.Web.UI.WebControls.Repeater

보호된 메소드들

메소드 설명
AprobarProyectoButton_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
RechazarProyectoButton_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
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
gvGestionPuntosResolutivos_RowCommand ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
gvGestionPuntosResolutivos_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
gvGestionPuntosResolutivos_Sorting ( object sender, System.Web.UI.WebControls.GridViewSortEventArgs e ) : void
gvGestion_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
gvGestion_Sorting ( object sender, System.Web.UI.WebControls.GridViewSortEventArgs e ) : void
gvPuntosResolutivos_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
gvPuntosResolutivos_Sorting ( object sender, System.Web.UI.WebControls.GridViewSortEventArgs e ) : void
imgSwapAll_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void

비공개 메소드들

메소드 설명
AprobarRecomendacion ( ) : void
GetKey ( String sKey ) : String
RechazarRecomendacion ( ) : void
SelectGestionPuntoResolutivo ( GridView &grdDetalle, Int32 RecomendacionDetalleId ) : void
SelectRecomendacion ( ) : void
swapGrid ( int iRow ) : void
swapGridByHeader ( Int32 iRow, System.Boolean isVisible ) : void

메소드 상세

AprobarProyectoButton_Click() 보호된 메소드

protected AprobarProyectoButton_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
sender object
e System.Web.UI.ImageClickEventArgs
리턴 void

Page_Load() 보호된 메소드

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

RechazarProyectoButton_Click() 보호된 메소드

protected RechazarProyectoButton_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
sender object
e System.Web.UI.ImageClickEventArgs
리턴 void

btnRegresar_Click() 보호된 메소드

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

dlstDocumentoList_ItemDataBound() 보호된 메소드

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

gvCiudadano_RowDataBound() 보호된 메소드

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

gvCiudadano_Sorting() 보호된 메소드

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

gvDiligencia_RowDataBound() 보호된 메소드

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

gvDiligencia_Sorting() 보호된 메소드

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

gvGestionPuntosResolutivos_RowCommand() 보호된 메소드

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

gvGestionPuntosResolutivos_RowDataBound() 보호된 메소드

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

gvGestionPuntosResolutivos_Sorting() 보호된 메소드

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

gvGestion_RowDataBound() 보호된 메소드

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

gvGestion_Sorting() 보호된 메소드

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

gvPuntosResolutivos_RowDataBound() 보호된 메소드

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

gvPuntosResolutivos_Sorting() 보호된 메소드

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

imgSwapAll_Click() 보호된 메소드

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

프로퍼티 상세

AprobarProyectoButton 보호되어 있는 프로퍼티

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

AprobarProyectoPanel 보호되어 있는 프로퍼티

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

ComentarioTituloLabel 보호되어 있는 프로퍼티

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

EstatusLabel 보호되어 있는 프로퍼티

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

ExpedienteNumero 보호되어 있는 프로퍼티

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

FechaAsignacionLabel 보호되어 있는 프로퍼티

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

FechaModificacionLabel 보호되어 있는 프로퍼티

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

FechaQuejasLabel 보호되어 있는 프로퍼티

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

FechaRecepcionLabel 보호되어 있는 프로퍼티

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

FechaVisitaduriasLabel 보호되어 있는 프로퍼티

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

FuncionarioLabel 보호되어 있는 프로퍼티

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

Label1 보호되어 있는 프로퍼티

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

NivelesAutoridadLabel 보호되어 있는 프로퍼티

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

NombreAutoridadLabel 보호되어 있는 프로퍼티

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

PuestoAutoridadLabel 보호되어 있는 프로퍼티

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

RechazarProyectoButton 보호되어 있는 프로퍼티

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

RechazarProyectoPanel 보호되어 있는 프로퍼티

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

RecomendacionNumero 보호되어 있는 프로퍼티

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

Sender 보호되어 있는 프로퍼티

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

SenderId 보호되어 있는 프로퍼티

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

SinComentariosLabel 보호되어 있는 프로퍼티

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

SinDocumentoLabel 보호되어 있는 프로퍼티

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

TipoLabel 보호되어 있는 프로퍼티

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

btnRegresar 보호되어 있는 프로퍼티

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

dlstDocumentoList 보호되어 있는 프로퍼티

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

gvCiudadano 보호되어 있는 프로퍼티

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

gvDiligencia 보호되어 있는 프로퍼티

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

gvGestion 보호되어 있는 프로퍼티

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

gvGestionPuntosResolutivos 보호되어 있는 프로퍼티

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

gvPuntosResolutivos 보호되어 있는 프로퍼티

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

hddRecomendacionId 보호되어 있는 프로퍼티

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

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

lblEncabezado 보호되어 있는 프로퍼티

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

lblNumero 보호되어 있는 프로퍼티

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

repComentarios 보호되어 있는 프로퍼티

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