C# Class SIAQ.Web.Application.WebApp.Private.Operation.opeRegistroVisita

Inheritance: SIAQ.BusinessProcess.Page.BPPage
ファイルを表示 Open project: GCSoft/CEDHNL

Protected Properties

Property Type Description
Label1 global::System.Web.UI.WebControls.Label
Label2 global::System.Web.UI.WebControls.Label
Sender global::System.Web.UI.WebControls.HiddenField
SenderId global::System.Web.UI.WebControls.HiddenField
autoCompleteExtender global::AjaxControlToolkit.AutoCompleteExtender
btnAgregarCiudadano global::System.Web.UI.WebControls.Button
btnGuardar global::System.Web.UI.WebControls.Button
btnRegresar global::System.Web.UI.WebControls.Button
ckeObservaciones global::CKEditor.NET.CKEditorControl
ddlArea global::System.Web.UI.WebControls.DropDownList
ddlMotivo global::System.Web.UI.WebControls.DropDownList
ddlUsuario global::System.Web.UI.WebControls.DropDownList
gvCiudadano global::System.Web.UI.WebControls.GridView
hddCiudadanoId global::System.Web.UI.WebControls.HiddenField
hddSort global::System.Web.UI.WebControls.HiddenField
pnlBotones global::System.Web.UI.WebControls.Panel
pnlFormulario global::System.Web.UI.WebControls.Panel
txtCiudadano global::System.Web.UI.WebControls.TextBox
wucFixedDateTime global::SIAQ.Web.Include.WebUserControls.wucFixedDateTime

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnAgregarCiudadano_Click ( object sender, EventArgs e ) : void
btnGuardar_Click ( object sender, EventArgs e ) : void
btnRegresar_Click ( object sender, EventArgs e ) : void
gvCiudadano_RowCommand ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
gvCiudadano_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
gvCiudadano_Sorting ( object sender, System.Web.UI.WebControls.GridViewSortEventArgs e ) : void

Private Methods

Method Description
Clear ( ) : void
GetCitizenList ( string prefixText, int count ) : List
InsertVisita ( ) : void
InsertVisitaCiudadano_Local ( String CiudadanoId, String Foco ) : void
SelectArea ( ) : void
SelectMotivo ( ) : void
SelectUsuario ( ) : void

Method Details

Page_Load() protected method

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

btnAgregarCiudadano_Click() protected method

protected btnAgregarCiudadano_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnGuardar_Click() protected method

protected btnGuardar_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnRegresar_Click() protected method

protected btnRegresar_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

gvCiudadano_RowCommand() protected method

protected gvCiudadano_RowCommand ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewCommandEventArgs
return void

gvCiudadano_RowDataBound() protected method

protected gvCiudadano_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewRowEventArgs
return void

gvCiudadano_Sorting() protected method

protected gvCiudadano_Sorting ( object sender, System.Web.UI.WebControls.GridViewSortEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewSortEventArgs
return void

Property Details

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

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

Sender protected_oe property

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

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

autoCompleteExtender protected_oe property

autoCompleteExtender control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.AutoCompleteExtender autoCompleteExtender
return global::AjaxControlToolkit.AutoCompleteExtender

btnAgregarCiudadano protected_oe property

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

btnGuardar protected_oe 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_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
return global::System.Web.UI.WebControls.Button

ckeObservaciones protected_oe property

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

ddlArea protected_oe property

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

ddlMotivo protected_oe property

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

ddlUsuario protected_oe property

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

gvCiudadano protected_oe property

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

hddCiudadanoId protected_oe property

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

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

pnlBotones protected_oe property

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

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

txtCiudadano protected_oe property

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

wucFixedDateTime protected_oe property

wucFixedDateTime control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::SIAQ.Web.Include.WebUserControls.wucFixedDateTime wucFixedDateTime
return global::SIAQ.Web.Include.WebUserControls.wucFixedDateTime