C# Class templateApp.GUI.Modulo3.M3_AgregarOrganizacion

Mostra file Open project: rosmantorres/sakaratedo

Protected Properties

Property Type Description
ListEstados global::System.Web.UI.WebControls.DropDownList
ListTecnica global::System.Web.UI.WebControls.DropDownList
alert global::System.Web.UI.HtmlControls.HtmlGenericControl
btnAgregarOrganizacion global::System.Web.UI.WebControls.Button
consulta_org global::System.Web.UI.HtmlControls.HtmlForm
direccion global::System.Web.UI.HtmlControls.HtmlInputText
div1 global::System.Web.UI.HtmlControls.HtmlGenericControl
divComboEstado global::System.Web.UI.HtmlControls.HtmlGenericControl
email global::System.Web.UI.HtmlControls.HtmlInputText
id_otro global::System.Web.UI.HtmlControls.HtmlGenericControl
nombre global::System.Web.UI.HtmlControls.HtmlInputText
telefono global::System.Web.UI.HtmlControls.HtmlInputText

Public Methods

Method Description
Respuesta ( ) : void
alertaAgregarFallido ( Exception ex ) : void
alertaAgregarFallidoEstiloOrg ( ExcepcionesSKD ex ) : void
alertaAgregarFallidoNombreOrg ( ExcepcionesSKD ex ) : void
alertaCamposVacios ( ) : void
alertaExpresiones ( ) : void

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnAgregarOrganizaciones ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected method

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

Respuesta() public method

public Respuesta ( ) : void
return void

alertaAgregarFallido() public method

public alertaAgregarFallido ( Exception ex ) : void
ex Exception
return void

alertaAgregarFallidoEstiloOrg() public method

public alertaAgregarFallidoEstiloOrg ( ExcepcionesSKD ex ) : void
ex ExcepcionesSKD
return void

alertaAgregarFallidoNombreOrg() public method

public alertaAgregarFallidoNombreOrg ( ExcepcionesSKD ex ) : void
ex ExcepcionesSKD
return void

alertaCamposVacios() public method

public alertaCamposVacios ( ) : void
return void

alertaExpresiones() public method

public alertaExpresiones ( ) : void
return void

btnAgregarOrganizaciones() protected method

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

Property Details

ListEstados protected_oe property

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

ListTecnica protected_oe property

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

alert protected_oe property

alert control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl alert
return global::System.Web.UI.HtmlControls.HtmlGenericControl

btnAgregarOrganizacion protected_oe property

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

consulta_org protected_oe property

consulta_org control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm consulta_org
return global::System.Web.UI.HtmlControls.HtmlForm

direccion protected_oe property

direccion control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlInputText direccion
return global::System.Web.UI.HtmlControls.HtmlInputText

div1 protected_oe property

div1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl div1
return global::System.Web.UI.HtmlControls.HtmlGenericControl

divComboEstado protected_oe property

divComboEstado control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divComboEstado
return global::System.Web.UI.HtmlControls.HtmlGenericControl

email protected_oe property

email control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlInputText email
return global::System.Web.UI.HtmlControls.HtmlInputText

id_otro protected_oe property

id_otro control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl id_otro
return global::System.Web.UI.HtmlControls.HtmlGenericControl

nombre protected_oe property

nombre control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlInputText nombre
return global::System.Web.UI.HtmlControls.HtmlInputText

telefono protected_oe property

telefono control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlInputText telefono
return global::System.Web.UI.HtmlControls.HtmlInputText