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

Inheritance: SIAQ.BusinessProcess.Page.BPPage
Afficher le fichier Open project: GCSoft/CEDHNL

Protected Properties

Свойство Type Description
Label2 global::System.Web.UI.WebControls.Label
Panel2 global::System.Web.UI.WebControls.Panel
btnBuscar global::System.Web.UI.WebControls.Button
ddlDoctor global::System.Web.UI.WebControls.DropDownList
gvAtencion global::System.Web.UI.WebControls.GridView
hddSort global::System.Web.UI.WebControls.HiddenField
pnlFormulario global::System.Web.UI.WebControls.Panel
pnlGrid global::System.Web.UI.WebControls.Panel
txtAtencionNumero global::System.Web.UI.WebControls.TextBox
txtQuejoso global::System.Web.UI.WebControls.TextBox
wucBeginDate global::SIAQ.Web.Include.WebUserControls.wucCalendar
wucEndDate global::SIAQ.Web.Include.WebUserControls.wucCalendar

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void
btnBuscar_Click ( object sender, EventArgs e ) : void
gvAtencion_RowCommand ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
gvAtencion_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
gvAtencion_Sorting ( object sender, System.Web.UI.WebControls.GridViewSortEventArgs e ) : void

Private Methods

Méthode Description
RecoveryForm ( ) : void
SaveForm ( ) : void
SelectAtencion ( System.Boolean Recovery ) : void
SelectDoctor ( ) : void

Method Details

Page_Load() protected méthode

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

btnBuscar_Click() protected méthode

protected btnBuscar_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

gvAtencion_RowCommand() protected méthode

protected gvAtencion_RowCommand ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewCommandEventArgs
Résultat void

gvAtencion_RowDataBound() protected méthode

protected gvAtencion_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewRowEventArgs
Résultat void

gvAtencion_Sorting() protected méthode

protected gvAtencion_Sorting ( object sender, System.Web.UI.WebControls.GridViewSortEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewSortEventArgs
Résultat void

Property Details

Label2 protected_oe property

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

Panel2 protected_oe property

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

btnBuscar protected_oe property

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

ddlDoctor protected_oe property

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

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

pnlFormulario protected_oe property

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

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

txtAtencionNumero protected_oe property

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

txtQuejoso protected_oe property

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

wucBeginDate protected_oe property

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

wucEndDate protected_oe property

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