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

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

Protected Properties

Property Type Description
gvSolicitud global::System.Web.UI.WebControls.GridView
hddSort global::System.Web.UI.WebControls.HiddenField
pnlGrid global::System.Web.UI.WebControls.Panel

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
gvSolicitud_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
gvSolicitud_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
gvSolicitud_Sorting ( object sender, GridViewSortEventArgs e ) : void

Private Methods

Method Description
SelectSolicitud ( ) : void

Method Details

Page_Load() protected method

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

gvSolicitud_RowCommand() protected method

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

gvSolicitud_RowDataBound() protected method

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

gvSolicitud_Sorting() protected method

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

Property Details

gvSolicitud protected_oe property

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

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

pnlGrid protected_oe property

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