C# Class AerolineaFrba.Abm_Aeronave.Listado

Inheritance: System.Windows.Forms.Form
Show file Open project: santileira/BHLP Class Usage Examples

Public Properties

Property Type Description
anterior System.Windows.Forms.Form
filtro1 bool
huboCondicion System.Boolean
llamadoDesdeModificacion bool
llamadoDesdeModificacionSeleccionar System.Boolean
loActivoGenerarViajes bool
loActivoModificar bool
primeraConsulta bool
queryViajes string
sePusoAgregarFiltro1 bool
sePusoAgregarFiltro2 bool
seSeteaQuery bool
serv_cod string
siguiente System.Windows.Forms.Form

Public Methods

Method Description
Listado ( ) : System
ejecutarConsulta ( ) : void
extenderQuery ( ) : void
inicio ( ) : 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
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
button6_Click ( object sender, EventArgs e ) : void
button7_Click_1 ( object sender, EventArgs e ) : void
cambiarVisibilidades ( Form formularioSiguiente ) : void
concatenarCriterio ( TextBox txt, ComboBox combo, string criterio ) : System.Boolean
concatenarCriterio ( DateTimePicker dataTime, ComboBox combo, string criterio ) : void
datosCorrectos ( TextBox txt, ComboBox combo ) : System.Boolean
dg_CellContentClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
dg_CellContentClick_1 ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
nombreColumna ( string nombre ) : string
sePusoFiltro ( ) : System.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

Listado() public method

public Listado ( ) : System
return System

ejecutarConsulta() public method

public ejecutarConsulta ( ) : void
return void

extenderQuery() public method

public extenderQuery ( ) : void
return void

inicio() public method

public inicio ( ) : void
return void

Property Details

anterior public property

public Form,System.Windows.Forms anterior
return System.Windows.Forms.Form

filtro1 public property

public bool filtro1
return bool

huboCondicion public property

public Boolean,System huboCondicion
return System.Boolean

llamadoDesdeModificacion public property

public bool llamadoDesdeModificacion
return bool

llamadoDesdeModificacionSeleccionar public property

public Boolean,System llamadoDesdeModificacionSeleccionar
return System.Boolean

loActivoGenerarViajes public property

public bool loActivoGenerarViajes
return bool

loActivoModificar public property

public bool loActivoModificar
return bool

primeraConsulta public property

public bool primeraConsulta
return bool

queryViajes public property

public string queryViajes
return string

sePusoAgregarFiltro1 public property

public bool sePusoAgregarFiltro1
return bool

sePusoAgregarFiltro2 public property

public bool sePusoAgregarFiltro2
return bool

seSeteaQuery public property

public bool seSeteaQuery
return bool

serv_cod public property

public string serv_cod
return string

siguiente public property

public Form,System.Windows.Forms siguiente
return System.Windows.Forms.Form