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

Afficher le fichier Open project: GCSoft/CEDHNL

Protected Properties

Свойство 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
btnEnviar global::System.Web.UI.WebControls.Button
btnRegresar global::System.Web.UI.WebControls.Button
hddRecomendacionId global::System.Web.UI.WebControls.HiddenField
imgEnviarAutoridad global::System.Web.UI.WebControls.Image
imgImpugnar global::System.Web.UI.WebControls.Image
imgSeguimiento global::System.Web.UI.WebControls.Image
lblEncabezado global::System.Web.UI.WebControls.Label
lblNumero global::System.Web.UI.WebControls.Label
pnlEnviarAutoridad global::System.Web.UI.WebControls.Panel
pnlImpugnar global::System.Web.UI.WebControls.Panel
pnlSeguimiento global::System.Web.UI.WebControls.Panel

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void
btnEnviar_Click ( object sender, EventArgs e ) : void
btnRegresar_Click ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
EnviarRecomendacion ( ) : void
GetKey ( String sKey ) : String
SelectRecomendacion ( ) : void
SetCheckList ( ) : void

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

btnEnviar_Click() protected méthode

protected btnEnviar_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

btnRegresar_Click() protected méthode

protected btnRegresar_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.Label

btnEnviar protected_oe property

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

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
Résultat global::System.Web.UI.WebControls.HiddenField

imgEnviarAutoridad protected_oe property

imgEnviarAutoridad control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Image imgEnviarAutoridad
Résultat global::System.Web.UI.WebControls.Image

imgImpugnar protected_oe property

imgImpugnar control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Image imgImpugnar
Résultat global::System.Web.UI.WebControls.Image

imgSeguimiento protected_oe property

imgSeguimiento control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Image imgSeguimiento
Résultat global::System.Web.UI.WebControls.Image

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
Résultat 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
Résultat global::System.Web.UI.WebControls.Label

pnlEnviarAutoridad protected_oe property

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

pnlImpugnar protected_oe property

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

pnlSeguimiento protected_oe property

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