C# Class AerolineaFrba.Abm_Rol.Listado

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: santileira/BHLP Class Usage Examples

Méthodes publiques

Свойство Type Description
anterior System.Windows.Forms.Form
listado Listado
llamadoDeModificacion System.Boolean
primeraConsulta System.Boolean
siguiente System.Windows.Forms.Form

Méthodes publiques

Méthode Description
Listado ( ) : System
ejecutarConsulta ( string query ) : void
iniciar ( ) : 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
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 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

Listado() public méthode

public Listado ( ) : System
Résultat System

ejecutarConsulta() public méthode

public ejecutarConsulta ( string query ) : void
query string
Résultat void

iniciar() public méthode

public iniciar ( ) : void
Résultat void

Property Details

anterior public_oe property

public Form,System.Windows.Forms anterior
Résultat System.Windows.Forms.Form

listado public_oe property

public Listado,AerolineaFrba.Abm_Rol listado
Résultat Listado

llamadoDeModificacion public_oe property

public Boolean,System llamadoDeModificacion
Résultat System.Boolean

primeraConsulta public_oe property

public Boolean,System primeraConsulta
Résultat System.Boolean

siguiente public_oe property

public Form,System.Windows.Forms siguiente
Résultat System.Windows.Forms.Form