C# Class AerolineaFrba.Abm_Aeronave.Baja

Show file Open project: santileira/BHLP Class Usage Examples

Public Properties

Property Type Description
anterior Form
huboCondicion Boolean

Public Methods

Method Description
Baja ( ) : System
darDeBajaLogica ( DateTime fechaBaja ) : void
dejarFueraDeServicio ( DateTime fechaReinicio, DateTime fechaBaja ) : void
ejecutarQuery ( ) : void
generarQueryInicial ( ) : 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
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
datosCorrectos ( TextBox txt, ComboBox combo ) : Boolean
dg_CellContentClick ( object sender, DataGridViewCellEventArgs e ) : void
esNumero ( TextBox txt ) : Boolean
esTexto ( TextBox txt ) : Boolean
iniciar ( ) : void
mostrarMensaje ( string tipoDeBaja ) : DialogResult
nombreColumna ( string nombre ) : string
sePusoFiltro ( ) : Boolean

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

darDeBajaLogica() public method

public darDeBajaLogica ( DateTime fechaBaja ) : void
fechaBaja DateTime
return void

dejarFueraDeServicio() public method

public dejarFueraDeServicio ( DateTime fechaReinicio, DateTime fechaBaja ) : void
fechaReinicio DateTime
fechaBaja DateTime
return void

ejecutarQuery() public method

public ejecutarQuery ( ) : void
return void

generarQueryInicial() public method

public generarQueryInicial ( ) : void
return void

Property Details

anterior public property

public Form anterior
return Form

huboCondicion public property

public Boolean huboCondicion
return Boolean