C# Class AerolineaFrba.Compra.Form2

Show file Open project: santileira/BHLP Class Usage Examples

Public Properties

Property Type Description
actualizarTabla Boolean
anterior Form
cantidadButacas int
codigoCliente int
encontroCliente Boolean

Public Methods

Method Description
Form2 ( ) : System
borrarButacasSeleccionadas ( ) : void
inicio ( ) : void
liberarButaca ( string but ) : void
seSelecciono ( DataGridViewRow registro ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 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

Form2() public method

public Form2 ( ) : System
return System

borrarButacasSeleccionadas() public method

public borrarButacasSeleccionadas ( ) : void
return void

inicio() public method

public inicio ( ) : void
return void

liberarButaca() public method

public liberarButaca ( string but ) : void
but string
return void

seSelecciono() public method

public seSelecciono ( DataGridViewRow registro ) : void
registro DataGridViewRow
return void

Property Details

actualizarTabla public property

public Boolean actualizarTabla
return Boolean

anterior public property

public Form anterior
return Form

cantidadButacas public property

public int cantidadButacas
return int

codigoCliente public property

public int codigoCliente
return int

encontroCliente public property

public Boolean encontroCliente
return Boolean