C# Class SIAQ.Web.Application.WebApp.Private.SysCat.scatUsuario

Inheritance: SIAQ.BusinessProcess.Page.BPPage
ファイルを表示 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
ddlActionArea global::System.Web.UI.WebControls.DropDownList
ddlActionRol global::System.Web.UI.WebControls.DropDownList
ddlActionStatus global::System.Web.UI.WebControls.DropDownList
ddlArea global::System.Web.UI.WebControls.DropDownList
ddlRol global::System.Web.UI.WebControls.DropDownList
ddlSexo global::System.Web.UI.WebControls.DropDownList
ddlStatus global::System.Web.UI.WebControls.DropDownList
dragPanelAction global::AjaxControlToolkit.DragPanelExtender
gvUsuario global::System.Web.UI.WebControls.GridView
hddSort global::System.Web.UI.WebControls.HiddenField
hddUsuario 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
txtActionApellidoMaterno global::System.Web.UI.WebControls.TextBox
txtActionApellidoPaterno global::System.Web.UI.WebControls.TextBox
txtActionDescripcion global::System.Web.UI.WebControls.TextBox
txtActionEmail global::System.Web.UI.WebControls.TextBox
txtActionNombre global::System.Web.UI.WebControls.TextBox
txtEmail global::System.Web.UI.WebControls.TextBox
txtNombre global::System.Web.UI.WebControls.TextBox

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
btnExportar_Click ( object sender, EventArgs e ) : void
btnNuevo_Click ( object sender, EventArgs e ) : void
ddlActionRol_SelectedIndexChanged ( object sender, EventArgs e ) : void
gvUsuario_RowCommand ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
gvUsuario_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
gvUsuario_Sorting ( object sender, System.Web.UI.WebControls.GridViewSortEventArgs e ) : void
imgCloseWindow_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void

Private Methods

Method Description
ClearActionPanel ( ) : void
ExportUsuario ( ) : void
InsertUsuario ( ) : void
SelectArea ( ) : void
SelectArea_Action ( ) : void
SelectRol ( ) : void
SelectRol_Action ( ) : void
SelectSexo_Action ( ) : void
SelectStatus ( ) : void
SelectStatus_Action ( ) : void
SelectUsuario ( ) : void
SelectUsuario_ForEdit ( Int32 idUsuario ) : void
SetPanel ( UsuarioActionTypes UsuarioActionType, Int32 idItem ) : void
UpdateUsuario ( Int32 idUsuario ) : void
UpdateUsuario_Estatus ( Int32 idUsuario, UsuarioActionTypes UsuarioActionType ) : void
ValidateActionForm ( ) : void
deleteDataTableRow ( DataTable tblData, String sFilterField, String sFilterValue ) : DataTable

Method Details

Page_Load() protected method

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

btnAction_Click() protected method

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

btnBuscar_Click() protected method

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

btnExportar_Click() protected method

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

btnNuevo_Click() protected method

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

ddlActionRol_SelectedIndexChanged() protected method

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

gvUsuario_RowCommand() protected method

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

gvUsuario_RowDataBound() protected method

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

gvUsuario_Sorting() protected method

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

imgCloseWindow_Click() protected method

protected imgCloseWindow_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
sender object
e System.Web.UI.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

ddlActionArea protected_oe property

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

ddlActionRol protected_oe property

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

ddlActionStatus protected_oe property

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

ddlRol protected_oe property

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

ddlSexo protected_oe property

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

ddlStatus protected_oe property

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

dragPanelAction protected_oe property

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

gvUsuario protected_oe property

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

hddUsuario protected_oe property

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

txtActionApellidoMaterno protected_oe property

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

txtActionApellidoPaterno protected_oe property

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

txtActionDescripcion protected_oe property

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

txtActionEmail protected_oe property

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

txtActionNombre protected_oe property

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

txtEmail protected_oe property

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

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