C# Класс AerolineaFrba.Compra.Form2

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
actualizarTabla Boolean
anterior Form
cantidadButacas int
codigoCliente int
encontroCliente Boolean

Открытые методы

Метод Описание
Form2 ( ) : System
borrarButacasSeleccionadas ( ) : void
inicio ( ) : void
liberarButaca ( string but ) : void
seSelecciono ( DataGridViewRow registro ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

Form2() публичный Метод

public Form2 ( ) : System
Результат System

borrarButacasSeleccionadas() публичный Метод

public borrarButacasSeleccionadas ( ) : void
Результат void

inicio() публичный Метод

public inicio ( ) : void
Результат void

liberarButaca() публичный Метод

public liberarButaca ( string but ) : void
but string
Результат void

seSelecciono() публичный Метод

public seSelecciono ( DataGridViewRow registro ) : void
registro DataGridViewRow
Результат void

Описание свойств

actualizarTabla публичное свойство

public Boolean actualizarTabla
Результат Boolean

anterior публичное свойство

public Form anterior
Результат Form

cantidadButacas публичное свойство

public int cantidadButacas
Результат int

codigoCliente публичное свойство

public int codigoCliente
Результат int

encontroCliente публичное свойство

public Boolean encontroCliente
Результат Boolean