C# Class SIAQ.Web.Application.WebApp.Private.Catalog.catFuncionario

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

Protected Properties

Property Type Description
btnAction global::System.Web.UI.WebControls.Button
btnBuscar global::System.Web.UI.WebControls.Button
btnExportar global::System.Web.UI.WebControls.Button
btnNuevo global::System.Web.UI.WebControls.Button
ddlActionPuesto global::System.Web.UI.WebControls.DropDownList
ddlActionTitulo global::System.Web.UI.WebControls.DropDownList
ddlArea global::System.Web.UI.WebControls.DropDownList
gvFuncionario global::System.Web.UI.WebControls.GridView
hddFuncionario global::System.Web.UI.WebControls.HiddenField
hddSort global::System.Web.UI.WebControls.HiddenField
imgCloseWindow global::System.Web.UI.WebControls.ImageButton
lblActionMessage global::System.Web.UI.WebControls.Label
lblActionTitle global::System.Web.UI.WebControls.Label
pnlAction global::System.Web.UI.WebControls.Panel
pnlActionBody global::System.Web.UI.WebControls.Panel
pnlActionContent global::System.Web.UI.WebControls.Panel
pnlActionHeader global::System.Web.UI.WebControls.Panel
pnlBotones global::System.Web.UI.WebControls.Panel
pnlFormulario global::System.Web.UI.WebControls.Panel
pnlGrid global::System.Web.UI.WebControls.Panel
txtNombre global::System.Web.UI.WebControls.TextBox
wucBusquedaUsuario global::SIAQ.Web.Include.WebUserControls.wucBusquedaUsuario
wucCalendar global::SIAQ.Web.Include.WebUserControls.wucCalendar

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnAction_Click ( object sender, EventArgs e ) : void
btnBuscar_Click ( object sender, EventArgs e ) : void
btnNuevo_Click ( object sender, EventArgs e ) : void
gvFuncionario_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
gvFuncionario_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
gvFuncionario_Sorting ( object sender, GridViewSortEventArgs e ) : void
imgCloseWindow_Click ( object sender, ImageClickEventArgs e ) : void

Private Methods

Method Description
ClearActionPanel ( ) : void
DeleteFuncionario ( Int32 idFuncionario ) : void
InsertFuncionario ( ) : void
SelectArea ( ) : void
SelectFuncionario ( ) : void
SelectFuncionario_ForEdit ( Int32 idFuncionario ) : void
SelectPuesto ( ) : void
SelectTitulo ( ) : void
SetPanel ( FuncionarioActionTypes FuncionarioActionType, Int32 idItem ) : void
UpdateFuncionario ( Int32 idFuncionario ) : void
ValidateActionForm ( ) : void

Method Details

Page_Load() protected method

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

btnAction_Click() protected method

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

btnBuscar_Click() protected method

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

btnNuevo_Click() protected method

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

gvFuncionario_RowCommand() protected method

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

gvFuncionario_RowDataBound() protected method

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

gvFuncionario_Sorting() protected method

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

imgCloseWindow_Click() protected method

protected imgCloseWindow_Click ( object sender, ImageClickEventArgs e ) : void
sender object
e ImageClickEventArgs
return void

Property Details

btnAction protected_oe property

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

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

btnExportar protected_oe property

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

btnNuevo protected_oe property

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

ddlActionPuesto protected_oe property

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

ddlActionTitulo protected_oe property

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

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

gvFuncionario protected_oe property

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

hddFuncionario protected_oe property

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

imgCloseWindow protected_oe property

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

lblActionMessage protected_oe property

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

lblActionTitle protected_oe property

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

pnlAction protected_oe property

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

pnlActionBody protected_oe property

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

pnlActionContent protected_oe property

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

pnlActionHeader protected_oe property

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

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

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

txtNombre protected_oe property

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

wucBusquedaUsuario protected_oe property

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

wucCalendar protected_oe property

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