C# Class AerolineaFrba.Abm_Rol.Listado

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: santileira/BHLP Class Usage Examples

Public Properties

Property Type Description
anterior System.Windows.Forms.Form
listado Listado
llamadoDeModificacion System.Boolean
primeraConsulta System.Boolean
siguiente System.Windows.Forms.Form

Public Methods

Method Description
Listado ( ) : System
ejecutarConsulta ( string query ) : void
iniciar ( ) : 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
actualizarColumnasDeEstado ( System.Windows.Forms.DataGridView dg ) : void
button1_Click ( object sender, EventArgs e ) : void
button1_Click_1 ( 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
chkEstadoIgnorar_CheckedChanged ( object sender, EventArgs e ) : void
datosCorrectos ( ) : System.Boolean
ejecutarSeleccion ( string &rolSeleccionado, System.Boolean &estadoRol, List listaFuncionalidades ) : void
generarQuery ( System.Boolean &huboCondicion, string &queryselect, string condicion ) : void
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 ( string query ) : void
query string
return void

iniciar() public method

public iniciar ( ) : void
return void

Property Details

anterior public_oe property

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

listado public_oe property

public Listado,AerolineaFrba.Abm_Rol listado
return Listado

llamadoDeModificacion public_oe property

public Boolean,System llamadoDeModificacion
return System.Boolean

primeraConsulta public_oe property

public Boolean,System primeraConsulta
return System.Boolean

siguiente public_oe property

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