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

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

Protected Properties

Свойство 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
ddlActionMenu global::System.Web.UI.WebControls.DropDownList
ddlActionRequired global::System.Web.UI.WebControls.DropDownList
ddlActionStatus global::System.Web.UI.WebControls.DropDownList
ddlMenu global::System.Web.UI.WebControls.DropDownList
ddlStatus global::System.Web.UI.WebControls.DropDownList
dragPanelAction global::AjaxControlToolkit.DragPanelExtender
gvSubMenu global::System.Web.UI.WebControls.GridView
hddSort global::System.Web.UI.WebControls.HiddenField
hddSubMenu 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
txtActionDescripcion global::System.Web.UI.WebControls.TextBox
txtActionNombre global::System.Web.UI.WebControls.TextBox
txtActionPageName global::System.Web.UI.WebControls.TextBox
txtActionURL global::System.Web.UI.WebControls.TextBox
txtNombre global::System.Web.UI.WebControls.TextBox

Méthodes protégées

Méthode 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
gvSubMenu_RowCommand ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
gvSubMenu_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
gvSubMenu_Sorting ( object sender, System.Web.UI.WebControls.GridViewSortEventArgs e ) : void
imgCloseWindow_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void

Private Methods

Méthode Description
ClearActionPanel ( ) : void
ExportSubMenu ( ) : void
InsertSubMenu ( ) : void
SelectMenu ( ) : void
SelectMenu_Action ( ) : void
SelectRequired_Action ( ) : void
SelectStatus ( ) : void
SelectStatus_Action ( ) : void
SelectSubMenu ( ) : void
SelectSubMenu_ForEdit ( Int32 idSubMenu ) : void
SetPanel ( SubMenuActionTypes SubMenuActionType, Int32 idItem ) : void
UpdateSubMenu ( Int32 idSubMenu ) : void
UpdateSubMenu_Estatus ( Int32 idSubMenu, SubMenuActionTypes SubMenuActionType ) : void
ValidateActionForm ( ) : void

Method Details

Page_Load() protected méthode

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

btnAction_Click() protected méthode

protected btnAction_Click ( 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

btnExportar_Click() protected méthode

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

btnNuevo_Click() protected méthode

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

gvSubMenu_RowCommand() protected méthode

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

gvSubMenu_RowDataBound() protected méthode

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

gvSubMenu_Sorting() protected méthode

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

imgCloseWindow_Click() protected méthode

protected imgCloseWindow_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
sender object
e System.Web.UI.ImageClickEventArgs
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.Button

ddlActionMenu protected_oe property

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

ddlActionRequired protected_oe property

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

ddlMenu protected_oe property

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

gvSubMenu protected_oe property

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

hddSubMenu protected_oe property

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

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

txtActionPageName protected_oe property

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

txtActionURL protected_oe property

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