agregado procesos y bd clases

This commit is contained in:
2026-04-28 11:52:16 +02:00
parent 59a774c397
commit cd2e8b8530
251 changed files with 56881 additions and 49 deletions

View File

@@ -0,0 +1,432 @@
<Serializable>
Public Class Tractores
Private _peso As Double
Public Property Peso() As Double
Get
Return _peso
End Get
Set(ByVal value As Double)
_peso = value
End Set
End Property
Private _Marca As String
Public Property Marca() As String
Get
Return _Marca
End Get
Set(ByVal value As String)
_Marca = value
End Set
End Property
Private _modelo As String
Public Property Modelo() As String
Get
Return _modelo
End Get
Set(ByVal value As String)
_modelo = value
End Set
End Property
Private _version As String
Public Property Version() As String
Get
Return _version
End Get
Set(ByVal value As String)
_version = value
End Set
End Property
Private _fechaPrimeraMatriculacion As DateTime
Public Property FechaPrimeraMatriculacion() As DateTime
Get
Return _fechaPrimeraMatriculacion
End Get
Set(ByVal value As DateTime)
_fechaPrimeraMatriculacion = value
End Set
End Property
Private _tipoVehiculo As String
Public Property TipoVehiculo() As String
Get
Return _tipoVehiculo
End Get
Set(ByVal value As String)
_tipoVehiculo = value
End Set
End Property
Private _matricula As String
Public Property Matricula() As String
Get
Return _matricula
End Get
Set(ByVal value As String)
_matricula = value
End Set
End Property
Private _tomadorCodigoMunicipio As String
Public Property TomadorCodigoMunicipio() As String
Get
Return _tomadorCodigoMunicipio
End Get
Set(ByVal value As String)
_tomadorCodigoMunicipio = value
End Set
End Property
Private _tomadorDocumento As String
Public Property TomadorDocumento() As String
Get
Return _tomadorDocumento
End Get
Set(ByVal value As String)
_tomadorDocumento = value
End Set
End Property
Private _tomadorTipoDocumento As String
Public Property TomadorTipoDocumento() As String
Get
Return _tomadorTipoDocumento
End Get
Set(ByVal value As String)
_tomadorTipoDocumento = value
End Set
End Property
Private _tomadorNombre As String
Public Property TomadorNombre() As String
Get
Return _tomadorNombre
End Get
Set(ByVal value As String)
_tomadorNombre = value
End Set
End Property
Private _tomadorApellido1 As String
Public Property TomadorApellido1() As String
Get
Return _tomadorApellido1
End Get
Set(ByVal value As String)
_tomadorApellido1 = value
End Set
End Property
Private _tomadorApellido2 As String
Public Property TomadorApellido2() As String
Get
Return _tomadorApellido2
End Get
Set(ByVal value As String)
_tomadorApellido2 = value
End Set
End Property
Private _tomadorFechaNacimiento As Date
Public Property TomadorFechaNacimiento() As Date
Get
Return _tomadorFechaNacimiento
End Get
Set(ByVal value As Date)
_tomadorFechaNacimiento = value
End Set
End Property
Private _estadoCivil As String
Public Property EstadoCivil() As String
Get
Return _estadoCivil
End Get
Set(ByVal value As String)
_estadoCivil = value
End Set
End Property
Private _tomadorSexo As Int32
Public Property TomadorSexo() As Int32
Get
Return _tomadorSexo
End Get
Set(ByVal value As Int32)
_tomadorSexo = value
End Set
End Property
Private _tomadorVia As String
Public Property TomadorVia() As String
Get
Return _tomadorVia
End Get
Set(ByVal value As String)
_tomadorVia = value
End Set
End Property
Private _tomadorNombreVia As String
Public Property TomadorNombreVia() As String
Get
Return _tomadorNombreVia
End Get
Set(ByVal value As String)
_tomadorNombreVia = value
End Set
End Property
Private _tomadorNumeroVia As String
Public Property TomadorNumeroVia() As String
Get
Return _tomadorNumeroVia
End Get
Set(ByVal value As String)
_tomadorNumeroVia = value
End Set
End Property
Private _tomadorRestoVia As String
Public Property TomadorRestoVia() As String
Get
Return _tomadorRestoVia
End Get
Set(ByVal value As String)
_tomadorRestoVia = value
End Set
End Property
Private _tomadorCodigoPostal As String
Public Property TomadorCodigoPostal() As String
Get
Return _tomadorCodigoPostal
End Get
Set(ByVal value As String)
_tomadorCodigoPostal = value
End Set
End Property
Private _tomadorPoblacion As String
Public Property TomadorPoblacion() As String
Get
Return _tomadorPoblacion
End Get
Set(ByVal value As String)
_tomadorPoblacion = value
End Set
End Property
Private _tomadorTelefono1 As String
Public Property Telefono1() As String
Get
Return _tomadorTelefono1
End Get
Set(ByVal value As String)
_tomadorTelefono1 = value
End Set
End Property
Private _tomadorTelefono2 As String
Public Property Telefono2() As String
Get
Return _tomadorTelefono2
End Get
Set(ByVal value As String)
_tomadorTelefono2 = value
End Set
End Property
Private _correoElectronico As String
Public Property CorreoElectronico() As String
Get
Return _correoElectronico
End Get
Set(ByVal value As String)
_correoElectronico = value
End Set
End Property
Private _tipoPropietario As String
Public Property TipoPropietario() As String
Get
Return _tipoPropietario
End Get
Set(ByVal value As String)
_tipoPropietario = value
End Set
End Property
Private _propietarioDocumento As String
Public Property PropietarioDocumento() As String
Get
Return _propietarioDocumento
End Get
Set(ByVal value As String)
_propietarioDocumento = value
End Set
End Property
'Private _propietarioIdEntidad As String
'Public Property PropietarioIdEntidad() As String
' Get
' Return _propietarioIdEntidad
' End Get
' Set(ByVal value As String)
' _propietarioIdEntidad = value
' End Set
'End Property
Private _propietarioNombre As String
Public Property PropietarioNombre() As String
Get
Return _propietarioNombre
End Get
Set(ByVal value As String)
_propietarioNombre = value
End Set
End Property
Private _propietarioApellido1 As String
Public Property PropietarioApellido1() As String
Get
Return _propietarioApellido1
End Get
Set(ByVal value As String)
_propietarioApellido1 = value
End Set
End Property
Private _propietarioApellido2 As String
Public Property PropietarioApellido2() As String
Get
Return _propietarioApellido2
End Get
Set(ByVal value As String)
_propietarioApellido2 = value
End Set
End Property
Private _propietarioFechaNacimiento As Date
Public Property PropietarioFechaNacimiento() As Date
Get
Return _propietarioFechaNacimiento
End Get
Set(ByVal value As Date)
_propietarioFechaNacimiento = value
End Set
End Property
Private _propietarioSexo As Int32
Public Property PropietarioSexo() As Int32
Get
Return _propietarioSexo
End Get
Set(ByVal value As Int32)
_propietarioSexo = value
End Set
End Property
Private _tipoConductor As String
Public Property TipoConductor() As String
Get
Return _tipoConductor
End Get
Set(ByVal value As String)
_tipoConductor = value
End Set
End Property
Private _fechaPermisoConduccion As Date
Public Property FechaPermisoConduccion() As Date
Get
Return _fechaPermisoConduccion
End Get
Set(ByVal value As Date)
_fechaPermisoConduccion = value
End Set
End Property
Private _conductorIdEntidad As String
Public Property ConductorIdEntidad() As String
Get
Return _conductorIdEntidad
End Get
Set(ByVal value As String)
_conductorIdEntidad = value
End Set
End Property
Private _conductorDocumento As String
Public Property ConductorDocumento() As String
Get
Return _conductorDocumento
End Get
Set(ByVal value As String)
_conductorDocumento = value
End Set
End Property
Private _conductorNombre As String
Public Property ConductorNombre() As String
Get
Return _conductorNombre
End Get
Set(ByVal value As String)
_conductorNombre = value
End Set
End Property
Private _conductorApellido1 As String
Public Property ConductorApellido1() As String
Get
Return _conductorApellido1
End Get
Set(ByVal value As String)
_conductorApellido1 = value
End Set
End Property
Private _conductorApellido2 As String
Public Property ConductorApellido2() As String
Get
Return _conductorApellido2
End Get
Set(ByVal value As String)
_conductorApellido2 = value
End Set
End Property
Private _conductorSexo As Int32
Public Property ConductorSexo() As Int32
Get
Return _conductorSexo
End Get
Set(ByVal value As Int32)
_conductorSexo = value
End Set
End Property
Private _conductorFechaNacimiento As Date
Public Property ConductorFechaNacimiento() As Date
Get
Return _conductorFechaNacimiento
End Get
Set(ByVal value As Date)
_conductorFechaNacimiento = value
End Set
End Property
Private _fechaEfecto As String
Public Property FechaEfecto() As String
Get
Return _fechaEfecto
End Get
Set(ByVal value As String)
_fechaEfecto = value
End Set
End Property
Private _iban As String
Public Property IBAN() As String
Get
Return _iban
End Get
Set(ByVal value As String)
_iban = value
End Set
End Property
Private _combinacionAccidentes As String
Public Property CombinacionAccidentes() As String
Get
Return _combinacionAccidentes
End Get
Set(ByVal value As String)
_combinacionAccidentes = value
End Set
End Property
Private _usoVehiculo As String
Public Property UsoVehiculo() As String
Get
Return _usoVehiculo
End Get
Set(ByVal value As String)
_usoVehiculo = value
End Set
End Property
Private _primaTotal As String
Public Property PrimaTotal() As String
Get
Return _primaTotal
End Get
Set(ByVal value As String)
_primaTotal = value
End Set
End Property
End Class