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

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
gvMotivo global::System.Web.UI.WebControls.GridView
hddMotivo 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
txtActionDescripcion global::System.Web.UI.WebControls.TextBox
txtActionNombre 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
btnNuevo_Click ( object sender, EventArgs e ) : void
gvMotivo_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
gvMotivo_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
gvMotivo_Sorting ( object sender, GridViewSortEventArgs e ) : void
imgCloseWindow_Click ( object sender, ImageClickEventArgs e ) : void

Private Methods

Méthode Description
ClearActionPanel ( ) : void
SetPanel ( MotivoActionTypes MotivoActionTypes, Int32 MotivoId ) : void
ValidateActionForm ( ) : void
insertMotivo ( ) : void
selectMotivo ( ) : void
selectMotivo_ForEdit ( Int32 MotivoId ) : void
updateMotivo ( Int32 MotivoId ) : void

Method Details

Page_Load() protected méthode

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

btnAction_Click() protected méthode

protected btnAction_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

btnBuscar_Click() protected méthode

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

btnNuevo_Click() protected méthode

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

gvMotivo_RowCommand() protected méthode

protected gvMotivo_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
sender object
e GridViewCommandEventArgs
Résultat void

gvMotivo_RowDataBound() protected méthode

protected gvMotivo_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
sender object
e GridViewRowEventArgs
Résultat void

gvMotivo_Sorting() protected méthode

protected gvMotivo_Sorting ( object sender, GridViewSortEventArgs e ) : void
sender object
e GridViewSortEventArgs
Résultat void

imgCloseWindow_Click() protected méthode

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

gvMotivo protected_oe property

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

hddMotivo protected_oe property

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

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