C# Class SIAQ.Web.Application.WebApp.Private.Victimas.VicListadoAtencionesAprobacion

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

Protected Properties

Property Type Description
gvAtencion 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
gvAtencion_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
gvAtencion_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
gvAtencion_Sorting ( object sender, GridViewSortEventArgs e ) : void

Private Methods

Method Description
SelectAtencion ( ) : void

Method Details

Page_Load() protected method

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

gvAtencion_RowCommand() protected method

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

gvAtencion_RowDataBound() protected method

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

gvAtencion_Sorting() protected method

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

Property Details

gvAtencion protected_oe property

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