C# 클래스 AerolineaFrba.Abm_Aeronave.Baja

파일 보기 프로젝트 열기: santileira/BHLP 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
anterior Form
huboCondicion Boolean

공개 메소드들

메소드 설명
Baja ( ) : System
darDeBajaLogica ( DateTime fechaBaja ) : void
dejarFueraDeServicio ( DateTime fechaReinicio, DateTime fechaBaja ) : void
ejecutarQuery ( ) : void
generarQueryInicial ( ) : void

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
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
apretoSi ( DialogResult resultado ) : Boolean
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
button4_Click_1 ( object sender, EventArgs e ) : void
button5_Click ( object sender, EventArgs e ) : void
button7_Click ( object sender, EventArgs e ) : void
cambiarVisibilidades ( Form formularioSiguiente ) : void
cboCamposFiltro1_SelectedIndexChanged ( object sender, EventArgs e ) : void
cboCamposFiltro2_SelectedIndexChanged ( object sender, EventArgs e ) : void
concatenarCriterio ( TextBox txt, ComboBox combo, string criterio ) : Boolean
datosCorrectos ( TextBox txt, ComboBox combo ) : Boolean
dg_CellContentClick ( object sender, DataGridViewCellEventArgs e ) : void
esNumero ( TextBox txt ) : Boolean
esTexto ( TextBox txt ) : Boolean
iniciar ( ) : void
mostrarMensaje ( string tipoDeBaja ) : DialogResult
nombreColumna ( string nombre ) : string
sePusoFiltro ( ) : Boolean

메소드 상세

Baja() 공개 메소드

public Baja ( ) : System
리턴 System

Dispose() 보호된 메소드

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

darDeBajaLogica() 공개 메소드

public darDeBajaLogica ( DateTime fechaBaja ) : void
fechaBaja DateTime
리턴 void

dejarFueraDeServicio() 공개 메소드

public dejarFueraDeServicio ( DateTime fechaReinicio, DateTime fechaBaja ) : void
fechaReinicio DateTime
fechaBaja DateTime
리턴 void

ejecutarQuery() 공개 메소드

public ejecutarQuery ( ) : void
리턴 void

generarQueryInicial() 공개 메소드

public generarQueryInicial ( ) : void
리턴 void

프로퍼티 상세

anterior 공개적으로 프로퍼티

public Form anterior
리턴 Form

huboCondicion 공개적으로 프로퍼티

public Boolean huboCondicion
리턴 Boolean