C# Class AerolineaFrba.Abm_Ruta.Baja

Afficher le fichier Open project: santileira/BHLP Class Usage Examples

Méthodes publiques

Свойство Type Description
huboCondicion Boolean
listado Listado

Méthodes publiques

Méthode Description
Baja ( ) : System
cambiarAListadoCiudades ( Boolean boolean ) : void
seSelecciono ( string ciudad ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public Baja ( ) : System
Résultat System

Dispose() protected méthode

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

cambiarAListadoCiudades() public méthode

public cambiarAListadoCiudades ( Boolean boolean ) : void
boolean Boolean
Résultat void

seSelecciono() public méthode

public seSelecciono ( string ciudad ) : void
ciudad string
Résultat void

Property Details

huboCondicion public_oe property

public Boolean huboCondicion
Résultat Boolean

listado public_oe property

public Listado,AerolineaFrba.Abm_Ruta listado
Résultat Listado