C# Class AerolineaFrba.Abm_Ruta.ListadoCiudades

Show file Open project: santileira/BHLP Class Usage Examples

Public Properties

Property Type Description
anterior Form
vieneDeAlta bool
vieneDeArribo bool
vieneDeBaja bool
vieneDeCompras bool
vieneDeModificacion bool

Public Methods

Method Description
ListadoCiudades ( Form formAnterior ) : System

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.

ListadoCiudades_Load ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
button4_Click ( object sender, EventArgs e ) : void
button6_Click ( object sender, EventArgs e ) : void
cambiarVisibilidades ( Form formularioSiguiente ) : void
cargarSeleccion ( ) : void
ciudadSeleccionada ( ) : string
datosCorrectos ( ) : Boolean
ejecutarConsulta ( string query ) : void
generarQuery ( Boolean &huboCondicion, string &queryselect, string condicion ) : void
iniciar ( ) : void
sePusoFiltro ( ) : Boolean

Method Details

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

ListadoCiudades() public method

public ListadoCiudades ( Form formAnterior ) : System
formAnterior Form
return System

Property Details

anterior public property

public Form anterior
return Form

vieneDeAlta public property

public bool vieneDeAlta
return bool

vieneDeArribo public property

public bool vieneDeArribo
return bool

vieneDeBaja public property

public bool vieneDeBaja
return bool

vieneDeCompras public property

public bool vieneDeCompras
return bool

vieneDeModificacion public property

public bool vieneDeModificacion
return bool