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

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

Protected Properties

Property Type Description
AceptadaPorAutoridad global::System.Web.UI.WebControls.HiddenField
AgregarComentarioButton global::System.Web.UI.WebControls.Button
AgregrarInformacionButton global::System.Web.UI.WebControls.ImageButton
AgregrarInformacionPanel global::System.Web.UI.WebControls.Panel
AsignarButton global::System.Web.UI.WebControls.ImageButton
AsignarPanel global::System.Web.UI.WebControls.Panel
CloseWindowButton global::System.Web.UI.WebControls.ImageButton
ComentarioTituloLabel global::System.Web.UI.WebControls.Label
DiligenciaPanel global::System.Web.UI.WebControls.Panel
DiligenciasButton global::System.Web.UI.WebControls.ImageButton
DocumentoButton global::System.Web.UI.WebControls.ImageButton
DocumentoPanel global::System.Web.UI.WebControls.Panel
EnviarAutoridadButton global::System.Web.UI.WebControls.ImageButton
EnviarAutoridadPanel global::System.Web.UI.WebControls.Panel
EnviarButton global::System.Web.UI.WebControls.ImageButton
EsRecomendacion global::System.Web.UI.WebControls.HiddenField
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
ImprimirButton global::System.Web.UI.WebControls.ImageButton
ImpugnarButton global::System.Web.UI.WebControls.ImageButton
ImpugnarPanel global::System.Web.UI.WebControls.Panel
InformacionGeneralButton global::System.Web.UI.WebControls.ImageButton
InformacionPanel global::System.Web.UI.WebControls.Panel
Label1 global::System.Web.UI.WebControls.Label
NivelesAutoridadLabel global::System.Web.UI.WebControls.Label
NombreAutoridadLabel global::System.Web.UI.WebControls.Label
PublicarButton global::System.Web.UI.WebControls.ImageButton
PublicarPanel global::System.Web.UI.WebControls.Panel
PuestoAutoridadLabel global::System.Web.UI.WebControls.Label
RecomendacionNumero global::System.Web.UI.WebControls.Label
SeguimientoButton global::System.Web.UI.WebControls.ImageButton
SeguimientoPanel 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
TipoLabel global::System.Web.UI.WebControls.Label
btnRegresar global::System.Web.UI.WebControls.Button
chkMedidaPreventiva global::System.Web.UI.WebControls.CheckBox
ckeComentario global::CKEditor.NET.CKEditorControl
dlstDocumentoList global::System.Web.UI.WebControls.DataList
gvCiudadano global::System.Web.UI.WebControls.GridView
gvPuntosResolutivos global::System.Web.UI.WebControls.GridView
hddEstatusId global::System.Web.UI.WebControls.HiddenField
hddEstatusSeguimientoId global::System.Web.UI.WebControls.HiddenField
hddExpedienteId global::System.Web.UI.WebControls.HiddenField
hddFuncionarioId global::System.Web.UI.WebControls.HiddenField
hddRecomendacionId global::System.Web.UI.WebControls.HiddenField
hddSort global::System.Web.UI.WebControls.HiddenField
lblActionMessage 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
lnkAgregarComentario global::System.Web.UI.WebControls.LinkButton
pnlAction global::System.Web.UI.WebControls.Panel
pnlActionBody global::System.Web.UI.WebControls.Panel
pnlActionContent global::System.Web.UI.WebControls.Panel
pnlActionHeader global::System.Web.UI.WebControls.Panel
pnlEnviarAtencion global::System.Web.UI.WebControls.Panel
pnlVistaPrevia global::System.Web.UI.WebControls.Panel
repComentarios global::System.Web.UI.WebControls.Repeater

Protected Methods

Method Description
AgregarComentarioButton_Click ( object sender, EventArgs e ) : void
AgregrarInformacionButton_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
AsignarButton_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
CloseWindowButton_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
DiligenciasButton_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
DocumentoButton_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
EnviarAutoridadButton_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
EnviarButton_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
ImprimirButton_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
ImpugnarButton_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
InformacionGeneralButton_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
PublicarButton_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
SeguimientoButton_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
gvPuntosResolutivos_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
gvPuntosResolutivos_Sorting ( object sender, System.Web.UI.WebControls.GridViewSortEventArgs e ) : void
lnkAgregarComentario_Click ( object sender, EventArgs e ) : void
lnkEliminarComentario_Click ( object sender, System.Web.UI.WebControls.CommandEventArgs e ) : void

Private Methods

Method Description
CheckDeleteLinkComentario ( ) : void
DeleteRecomendacionComentario ( Int32 ComentarioId ) : void
GetKey ( String sKey ) : String
InsertRecomendacionComentario ( ) : void
SelectRecomendacion ( ) : void
SetPermisosGenerales ( Int32 idRol ) : void
SetPermisosParticulares ( Int32 idRol, Int32 FuncionarioId ) : void

Method Details

AgregarComentarioButton_Click() protected method

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

AgregrarInformacionButton_Click() protected method

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

AsignarButton_Click() protected method

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

CloseWindowButton_Click() protected method

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

DiligenciasButton_Click() protected method

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

DocumentoButton_Click() protected method

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

EnviarAutoridadButton_Click() protected method

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

EnviarButton_Click() protected method

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

ImprimirButton_Click() protected method

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

ImpugnarButton_Click() protected method

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

InformacionGeneralButton_Click() protected method

protected InformacionGeneralButton_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

PublicarButton_Click() protected method

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

SeguimientoButton_Click() protected method

protected SeguimientoButton_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

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

gvPuntosResolutivos_RowDataBound() protected method

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

gvPuntosResolutivos_Sorting() protected method

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

lnkAgregarComentario_Click() protected method

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

lnkEliminarComentario_Click() protected method

protected lnkEliminarComentario_Click ( object sender, System.Web.UI.WebControls.CommandEventArgs e ) : void
sender object
e System.Web.UI.WebControls.CommandEventArgs
return void

Property Details

AceptadaPorAutoridad protected_oe property

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

AgregarComentarioButton protected_oe property

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

AgregrarInformacionButton protected_oe property

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

AgregrarInformacionPanel protected_oe property

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

AsignarButton protected_oe property

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

AsignarPanel protected_oe property

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

CloseWindowButton protected_oe property

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

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

DiligenciaPanel protected_oe property

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

DiligenciasButton protected_oe property

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

DocumentoButton protected_oe property

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

DocumentoPanel protected_oe property

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

EnviarAutoridadButton protected_oe property

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

EnviarAutoridadPanel protected_oe property

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

EnviarButton protected_oe property

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

EsRecomendacion protected_oe property

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

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

ImprimirButton protected_oe property

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

ImpugnarButton protected_oe property

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

ImpugnarPanel protected_oe property

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

InformacionGeneralButton protected_oe property

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

InformacionPanel protected_oe property

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

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

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

PublicarButton protected_oe property

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

PublicarPanel protected_oe property

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

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

SeguimientoButton protected_oe property

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

SeguimientoPanel protected_oe property

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

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

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

chkMedidaPreventiva protected_oe property

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

ckeComentario protected_oe property

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

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

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

gvPuntosResolutivos protected_oe property

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

hddEstatusId protected_oe property

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

hddEstatusSeguimientoId protected_oe property

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

hddExpedienteId protected_oe property

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

hddFuncionarioId protected_oe property

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

lblActionMessage protected_oe property

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

lnkAgregarComentario protected_oe property

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

pnlAction protected_oe property

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

pnlActionBody protected_oe property

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

pnlActionContent protected_oe property

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

pnlActionHeader protected_oe property

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

pnlEnviarAtencion protected_oe property

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

pnlVistaPrevia protected_oe property

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