C# Class AerolineaFrba.Compra.Form2

Afficher le fichier Open project: santileira/BHLP Class Usage Examples

Méthodes publiques

Свойство Type Description
actualizarTabla Boolean
anterior Form
cantidadButacas int
codigoCliente int
encontroCliente Boolean

Méthodes publiques

Méthode Description
Form2 ( ) : System
borrarButacasSeleccionadas ( ) : void
inicio ( ) : void
liberarButaca ( string but ) : void
seSelecciono ( DataGridViewRow registro ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Form2_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

agregarCampos ( DataGridView unDg ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
button6_Click ( object sender, EventArgs e ) : void
calcularImporte ( ) : string
cambiarVisibilidades ( Form formularioSiguiente ) : void
dgButacas_CellContentClick ( object sender, DataGridViewCellEventArgs e ) : void
dp_ValueChanged ( object sender, EventArgs e ) : void
hacerValidacionesDeTipo ( ) : Boolean
hayQueActualizarTabla ( ) : void
tieneDocumento ( string dni ) : SqlDataReader
txtApe_TextChanged ( object sender, EventArgs e ) : void
txtDire_TextChanged ( object sender, EventArgs e ) : void
txtDni_TextChanged ( object sender, EventArgs e ) : void
txtMail_TextChanged ( object sender, EventArgs e ) : void
txtNac_TextChanged ( object sender, EventArgs e ) : void
txtNom_TextChanged ( object sender, EventArgs e ) : void
txtTel_TextChanged ( object sender, EventArgs e ) : void

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

Form2() public méthode

public Form2 ( ) : System
Résultat System

borrarButacasSeleccionadas() public méthode

public borrarButacasSeleccionadas ( ) : void
Résultat void

inicio() public méthode

public inicio ( ) : void
Résultat void

liberarButaca() public méthode

public liberarButaca ( string but ) : void
but string
Résultat void

seSelecciono() public méthode

public seSelecciono ( DataGridViewRow registro ) : void
registro DataGridViewRow
Résultat void

Property Details

actualizarTabla public_oe property

public Boolean actualizarTabla
Résultat Boolean

anterior public_oe property

public Form anterior
Résultat Form

cantidadButacas public_oe property

public int cantidadButacas
Résultat int

codigoCliente public_oe property

public int codigoCliente
Résultat int

encontroCliente public_oe property

public Boolean encontroCliente
Résultat Boolean