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

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
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
RecomendacionNumero global::System.Web.UI.WebControls.Label
SenderId global::System.Web.UI.WebControls.HiddenField
TipoLabel global::System.Web.UI.WebControls.Label
btnAction global::System.Web.UI.WebControls.Button
btnNuevo global::System.Web.UI.WebControls.Button
btnRegresar global::System.Web.UI.WebControls.Button
calFecha global::SIAQ.Web.Include.WebUserControls.wucCalendar
ckeDetalle global::CKEditor.NET.CKEditorControl
ckeResultado global::CKEditor.NET.CKEditorControl
ddlFuncionario global::System.Web.UI.WebControls.DropDownList
ddlLugarDiligencia global::System.Web.UI.WebControls.DropDownList
ddlTipoDiligencia global::System.Web.UI.WebControls.DropDownList
dragPanelAction global::AjaxControlToolkit.DragPanelExtender
gvDiligencia global::System.Web.UI.WebControls.GridView
hddDiligenciaId global::System.Web.UI.WebControls.HiddenField
hddExpedienteId global::System.Web.UI.WebControls.HiddenField
hddRecomendacionId global::System.Web.UI.WebControls.HiddenField
hddSolicitudId global::System.Web.UI.WebControls.HiddenField
hddSort global::System.Web.UI.WebControls.HiddenField
imgCloseWindow global::System.Web.UI.WebControls.ImageButton
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
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
tmrFin global::SIAQ.Web.Include.WebUserControls.wucTimer
tmrInicio global::SIAQ.Web.Include.WebUserControls.wucTimer
txtSolicitadaPor global::System.Web.UI.WebControls.TextBox
wucFixedDateTime global::SIAQ.Web.Include.WebUserControls.wucFixedDateTime

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnAction_Click ( object sender, EventArgs e ) : void
btnNuevo_Click ( object sender, EventArgs e ) : void
btnRegresar_Click ( object sender, EventArgs e ) : void
gvDiligencia_RowCommand ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
gvDiligencia_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
gvDiligencia_Sorting ( object sender, System.Web.UI.WebControls.GridViewSortEventArgs e ) : void
imgCloseWindow_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void

Private Methods

Method Description
ClearActionPanel ( ) : void
DeleteDiligencia ( Int32 DiligenciaId ) : void
GetKey ( String sKey ) : String
GetStandarTime ( String Input ) : String
InsertRecomendacionDiligencia ( ) : void
SelectDiligencia_ForEdit ( String DiligenciaId, System.Boolean Consulta ) : void
SelectFuncionario ( ) : void
SelectLugarDiligencia ( ) : void
SelectRecomendacion ( ) : void
SelectTipoDiligencia ( ) : void
SetPanel ( DiligenciaActionTypes DActionType, Int32 idItem ) : void
UpdateRecomendacionDiligencia ( Int32 DiligenciaId ) : void

Method Details

Page_Load() protected method

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

btnAction_Click() protected method

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

btnNuevo_Click() protected method

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

gvDiligencia_RowCommand() protected method

protected gvDiligencia_RowCommand ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewCommandEventArgs
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

imgCloseWindow_Click() protected method

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

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

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

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

btnNuevo protected_oe property

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

calFecha protected_oe property

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

ckeDetalle protected_oe property

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

ckeResultado protected_oe property

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

ddlFuncionario protected_oe property

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

ddlLugarDiligencia protected_oe property

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

ddlTipoDiligencia protected_oe property

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

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

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

hddDiligenciaId protected_oe property

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

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

imgCloseWindow protected_oe property

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

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

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

tmrFin protected_oe property

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

tmrInicio protected_oe property

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

txtSolicitadaPor protected_oe property

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

wucFixedDateTime protected_oe property

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