C# Class AerolineaFrba.Abm_Ruta.Baja

Show file Open project: santileira/BHLP Class Usage Examples

Public Properties

Property Type Description
huboCondicion Boolean
listado Listado

Public Methods

Method Description
Baja ( ) : System
cambiarAListadoCiudades ( Boolean boolean ) : void
seSelecciono ( string ciudad ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Listado_Load ( object sender, EventArgs e ) : void
apretoSi ( DialogResult resultado ) : Boolean
buscarCiudad ( string cod ) : string
buscarNombreCampo ( string combo ) : string
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
button4_Click_1 ( object sender, EventArgs e ) : void
button5_Click ( object sender, EventArgs e ) : void
button7_Click ( object sender, EventArgs e ) : void
cambiarVisibilidades ( Form formularioSiguiente ) : void
cboCamposFiltro1_SelectedIndexChanged ( object sender, EventArgs e ) : void
cboCamposFiltro2_SelectedIndexChanged ( object sender, EventArgs e ) : void
concatenarCriterio ( TextBox txt, ComboBox combo, string criterio ) : Boolean
darDeBajaRuta ( int idRuta ) : void
darValorDadoIndex ( int index, string fila ) : string
datosCorrectos ( TextBox txt, ComboBox combo ) : Boolean
dg_CellContentClick ( object sender, DataGridViewCellEventArgs e ) : void
ejecutarCommand ( string cadenaComando ) : void
ejecutarQuery ( ) : void
generarQueryInicial ( ) : void
iniciar ( ) : void
mostrarMensaje ( string tipoDeBaja ) : DialogResult
sePusoFiltro ( ) : Boolean
txtFiltros_TextChanged ( object sender, System e ) : void

Method Details

Baja() public method

public Baja ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

cambiarAListadoCiudades() public method

public cambiarAListadoCiudades ( Boolean boolean ) : void
boolean Boolean
return void

seSelecciono() public method

public seSelecciono ( string ciudad ) : void
ciudad string
return void

Property Details

huboCondicion public property

public Boolean huboCondicion
return Boolean

listado public property

public Listado,AerolineaFrba.Abm_Ruta listado
return Listado