C# 클래스 AerolineaFrba.Compra.Form6

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: santileira/BHLP 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
anterior System.Windows.Forms.Form
encomiendas System.Windows.Forms.DataGridView
pasajes System.Windows.Forms.DataGridView

공개 메소드들

메소드 설명
CreatePNR ( int length ) : string
Form6 ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
Form6_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.

button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button6_Click ( object sender, EventArgs e ) : void
cambiarVisibilidades ( Form formularioSiguiente ) : void
cargarDatosDeCompra ( string codigoPNR ) : void
comboBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void
comboBox2_SelectedIndexChanged ( object sender, EventArgs e ) : void
dp_ValueChanged ( object sender, EventArgs e ) : void
enDecimal ( string numero ) : Decimal
esTarjetaValida ( ) : bool
hacerValidacionesDeTipo ( ) : System.Boolean
hayQueActualizarTabla ( ) : void
sePuedeEfectuarLaCompra ( ) : bool
tieneDocumento ( string dni ) : System.Data.SqlClient.SqlDataReader
txtDire_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
validarDNIYApellido ( ) : System.Boolean

메소드 상세

CreatePNR() 공개 메소드

public CreatePNR ( int length ) : string
length int
리턴 string

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

Form6() 공개 메소드

public Form6 ( ) : System
리턴 System

프로퍼티 상세

anterior 공개적으로 프로퍼티

public Form,System.Windows.Forms anterior
리턴 System.Windows.Forms.Form

encomiendas 공개적으로 프로퍼티

public DataGridView,System.Windows.Forms encomiendas
리턴 System.Windows.Forms.DataGridView

pasajes 공개적으로 프로퍼티

public DataGridView,System.Windows.Forms pasajes
리턴 System.Windows.Forms.DataGridView