C# Class SIAQ.Web.Application.WebApp.Private.Quejas.QueCalificarSolicitud

Inheritance: System.Web.UI.Page
Show file Open project: GCSoft/CEDHNL

Protected Properties

Property Type Description
AfectadoLabel global::System.Web.UI.WebControls.Label
CalificacionLabel 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
FechaAsignacionLabel global::System.Web.UI.WebControls.Label
FechaGestionLabel global::System.Web.UI.WebControls.Label
FechaModificacionLabel global::System.Web.UI.WebControls.Label
FechaRecepcionLabel global::System.Web.UI.WebControls.Label
FuncionarioLabel global::System.Web.UI.WebControls.Label
Label1 global::System.Web.UI.WebControls.Label
LugarHechosLabel global::System.Web.UI.WebControls.Label
ObservacionesLabel global::System.Web.UI.WebControls.Label
SenderId global::System.Web.UI.WebControls.HiddenField
SolicitudNumero global::System.Web.UI.WebControls.Label
TipoSolicitudLabel global::System.Web.UI.WebControls.Label
btnAgregarCanalizacion global::System.Web.UI.WebControls.Button
btnGuardar global::System.Web.UI.WebControls.Button
btnRegresar global::System.Web.UI.WebControls.Button
chkMedioComunicacion global::System.Web.UI.WebControls.CheckBox
ckeFundamento global::CKEditor.NET.CKEditorControl
ddlCalificacion global::System.Web.UI.WebControls.DropDownList
ddlCanalizacion global::System.Web.UI.WebControls.DropDownList
ddlMecanismoApertura global::System.Web.UI.WebControls.DropDownList
ddlNivelAutoridad global::System.Web.UI.WebControls.DropDownList
ddlProblematica global::System.Web.UI.WebControls.DropDownList
ddlProblematicaDetalle global::System.Web.UI.WebControls.DropDownList
ddlTipoOrientacion global::System.Web.UI.WebControls.DropDownList
grdCanalizacion global::System.Web.UI.WebControls.GridView
hddSolicitudId global::System.Web.UI.WebControls.HiddenField

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnAgregarCanalizacion_Click ( object sender, EventArgs e ) : void
btnGuardar_Click ( object sender, EventArgs e ) : void
btnRegresar_Click ( object sender, EventArgs e ) : void
ddlCalificacion_SelectedIndexChanged ( Object sender, EventArgs e ) : void
ddlMecanismoApertura_SelectedIndexChanged ( Object sender, EventArgs e ) : void
ddlProblematica_SelectedIndexChanged ( Object sender, EventArgs e ) : void
ddlTipoOrientacion_SelectedIndexChanged ( Object sender, EventArgs e ) : void
grdCanalizacion_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
grdCanalizacion_RowDataBound ( object sender, GridViewRowEventArgs e ) : void

Private Methods

Method Description
AgregaCanalizacion ( ) : void
LimpiaGridCanalizaciones ( ) : void
SelectCalificacion ( ) : void
SelectCanalizacion ( ) : void
SelectMecanismoApertura ( ) : void
SelectNivelAutoridad ( ) : void
SelectOrientacion ( ) : void
SelectProblematica ( ) : void
SelectProblematicaDetalle ( ) : void
SelectSolicitud ( ) : void
UpdateSolicitud_Calificacion ( ) : void

Method Details

Page_Load() protected method

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

btnAgregarCanalizacion_Click() protected method

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

btnGuardar_Click() protected method

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

ddlCalificacion_SelectedIndexChanged() protected method

protected ddlCalificacion_SelectedIndexChanged ( Object sender, EventArgs e ) : void
sender Object
e EventArgs
return void

ddlMecanismoApertura_SelectedIndexChanged() protected method

protected ddlMecanismoApertura_SelectedIndexChanged ( Object sender, EventArgs e ) : void
sender Object
e EventArgs
return void

ddlProblematica_SelectedIndexChanged() protected method

protected ddlProblematica_SelectedIndexChanged ( Object sender, EventArgs e ) : void
sender Object
e EventArgs
return void

ddlTipoOrientacion_SelectedIndexChanged() protected method

protected ddlTipoOrientacion_SelectedIndexChanged ( Object sender, EventArgs e ) : void
sender Object
e EventArgs
return void

grdCanalizacion_RowCommand() protected method

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

grdCanalizacion_RowDataBound() protected method

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

Property Details

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

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

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

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

FechaGestionLabel protected property

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

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

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

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

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

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

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

btnAgregarCanalizacion protected property

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

btnGuardar protected property

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

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

chkMedioComunicacion protected property

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

ckeFundamento protected property

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

ddlCalificacion protected property

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

ddlCanalizacion protected property

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

ddlMecanismoApertura protected property

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

ddlNivelAutoridad protected property

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

ddlProblematica protected property

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

ddlProblematicaDetalle protected property

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

ddlTipoOrientacion protected property

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

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

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