C# Class AerolineaFrba.Abm_Ruta.Modificacion

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

Méthodes publiques

Свойство Type Description
listado Listado

Méthodes publiques

Méthode Description
Modificacion ( ) : System
seSelecciono ( DataGridViewRow registro, List tiposDeServicio ) : void
seSelecciono ( string ciudad ) : void
serviciosElegidos ( List lista ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Modificacion_Load ( object sender, EventArgs e ) : void
botonGuardar_Click ( object sender, EventArgs e ) : void
botonLimpiar_Click ( object sender, EventArgs e ) : void
botonSelDestino_Click ( object sender, EventArgs e ) : void
botonSelOrigen_Click ( object sender, EventArgs e ) : void
botonSelServicios_Click ( object sender, EventArgs e ) : void
button5_Click ( object sender, EventArgs e ) : void
cambiarVisibilidades ( Form formularioSiguiente ) : void
crearDataTable ( IEnumerable lista ) : DataTable
datosCorrectos ( ) : bool
ejecutarExisteRuta ( ) : List
enDecimal ( string numero ) : Decimal
iniciar ( ) : void
modificarRuta ( ) : Object
serviciosADarDeAlta ( List listaServiciosAAgregar, string &mensajeServicios ) : bool
tieneViajeProgramado ( int idRuta ) : Boolean
tieneViajeVendidos ( int idRuta ) : Boolean
validarLimitesNumericos ( ) : bool
validarLongitudes ( ) : Boolean
validarTipos ( ) : Boolean

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

Modificacion() public méthode

public Modificacion ( ) : System
Résultat System

seSelecciono() public méthode

public seSelecciono ( DataGridViewRow registro, List tiposDeServicio ) : void
registro DataGridViewRow
tiposDeServicio List
Résultat void

seSelecciono() public méthode

public seSelecciono ( string ciudad ) : void
ciudad string
Résultat void

serviciosElegidos() public méthode

public serviciosElegidos ( List lista ) : void
lista List
Résultat void

Property Details

listado public_oe property

public Listado,AerolineaFrba.Abm_Ruta listado
Résultat Listado