C# Class SIAQ.Web.Application.WebApp.Private.Visitaduria.visRecomendacionExpediente

ファイルを表示 Open project: GCSoft/CEDHNL

Protected Properties

Property Type Description
AfectadoLabel global::System.Web.UI.WebControls.Label
AreaLabel global::System.Web.UI.WebControls.Label
CalificacionLabel global::System.Web.UI.WebControls.Label
CanalizacionesLabel global::System.Web.UI.WebControls.Label
CierreOrientacionLabel 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
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
FundamentoLabel global::System.Web.UI.WebControls.Label
Label1 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
ResolucionLabel global::System.Web.UI.WebControls.Label
SenderId global::System.Web.UI.WebControls.HiddenField
SolicitudNumero global::System.Web.UI.WebControls.Label
TipoOrientacionLabel global::System.Web.UI.WebControls.Label
TipoSolicitudLabel global::System.Web.UI.WebControls.Label
btnAction global::System.Web.UI.WebControls.Button
btnAgregarApartado global::System.Web.UI.WebControls.Button
btnNuevaRecomendacion global::System.Web.UI.WebControls.Button
btnRegresar global::System.Web.UI.WebControls.Button
ckeApartado global::CKEditor.NET.CKEditorControl
dragPanelAction global::AjaxControlToolkit.DragPanelExtender
grdCanalizacion global::System.Web.UI.WebControls.GridView
gvAutoridad global::System.Web.UI.WebControls.GridView
gvAutoridadDetalle global::System.Web.UI.WebControls.GridView
gvRecomendacion global::System.Web.UI.WebControls.GridView
hddAreaId global::System.Web.UI.WebControls.HiddenField
hddExpedienteId global::System.Web.UI.WebControls.HiddenField
hddRecomendacionId global::System.Web.UI.WebControls.HiddenField
hddSort global::System.Web.UI.WebControls.HiddenField
imgActionCloseWindow global::System.Web.UI.WebControls.ImageButton
lblActionMessage global::System.Web.UI.WebControls.Label
lblActionTitle global::System.Web.UI.WebControls.Label
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

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnAction_Click ( object sender, EventArgs e ) : void
btnAgregarApartado_Click ( object sender, EventArgs e ) : void
btnNuevaRecomendacion_Click ( object sender, EventArgs e ) : void
btnRegresar_Click ( object sender, EventArgs e ) : void
gvAutoridadDetalle_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
gvAutoridadDetalle_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
gvAutoridad_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
gvAutoridad_Sorting ( object sender, GridViewSortEventArgs e ) : void
gvRecomendacion_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
gvRecomendacion_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
gvRecomendacion_Sorting ( object sender, GridViewSortEventArgs e ) : void
imgActionCloseWindow_Click ( object sender, ImageClickEventArgs e ) : void
imgSwapAll_Click ( object sender, ImageClickEventArgs e ) : void

Private Methods

Method Description
ClearActionPanel ( String RecomendacionId ) : void
DeleteRecomendacion ( String RecomendacionId ) : void
GetKey ( String sKey ) : String
InsertRecomendacion ( ) : void
InsertRecomendacion_Local ( ) : void
SelectExpediente ( ) : void
SelectExpedienteAutoridad ( ) : void
SelectRecomendacion_Detalle ( GridView &grdDetalle, Int32 RecomendacionId ) : void
SelectRecomendacion_ForEdit ( String RecomendacionId ) : void
SwapGrid ( int iRow ) : void
SwapGridByHeader ( Int32 iRow, Boolean isVisible ) : void
UpdateRecomendacion ( ) : void
ValidateActionForm ( ) : void

Method Details

Page_Load() protected method

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

btnAction_Click() protected method

protected btnAction_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnAgregarApartado_Click() protected method

protected btnAgregarApartado_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnNuevaRecomendacion_Click() protected method

protected btnNuevaRecomendacion_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnRegresar_Click() protected method

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

gvAutoridadDetalle_RowCommand() protected method

protected gvAutoridadDetalle_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
sender object
e GridViewCommandEventArgs
return void

gvAutoridadDetalle_RowDataBound() protected method

protected gvAutoridadDetalle_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
sender object
e GridViewRowEventArgs
return void

gvAutoridad_RowDataBound() protected method

protected gvAutoridad_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
sender object
e GridViewRowEventArgs
return void

gvAutoridad_Sorting() protected method

protected gvAutoridad_Sorting ( object sender, GridViewSortEventArgs e ) : void
sender object
e GridViewSortEventArgs
return void

gvRecomendacion_RowCommand() protected method

protected gvRecomendacion_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
sender object
e GridViewCommandEventArgs
return void

gvRecomendacion_RowDataBound() protected method

protected gvRecomendacion_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
sender object
e GridViewRowEventArgs
return void

gvRecomendacion_Sorting() protected method

protected gvRecomendacion_Sorting ( object sender, GridViewSortEventArgs e ) : void
sender object
e GridViewSortEventArgs
return void

imgActionCloseWindow_Click() protected method

protected imgActionCloseWindow_Click ( object sender, ImageClickEventArgs e ) : void
sender object
e ImageClickEventArgs
return void

imgSwapAll_Click() protected method

protected imgSwapAll_Click ( object sender, ImageClickEventArgs e ) : void
sender object
e 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

AreaLabel protected_oe property

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

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

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

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

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

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

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

ResolucionLabel protected_oe property

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

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

btnAction protected_oe property

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

btnAgregarApartado protected_oe property

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

btnNuevaRecomendacion protected_oe property

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

ckeApartado protected_oe property

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

dragPanelAction protected_oe property

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

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

gvAutoridad protected_oe property

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

gvAutoridadDetalle protected_oe property

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

gvRecomendacion protected_oe property

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

hddAreaId protected_oe property

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

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

imgActionCloseWindow protected_oe property

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

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

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