Type VehiculoExpediente
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IFileAttachmentCapableEntity, IHasPropertyBag
Entidad que representa los vehiculos que posee un empleado
Events
Methods
Properties
- AccionModificacionPortal
- Codigo
- CodigoDetalleCambioExpediente
- EntityKey
- EntityState
- Estado
- Expediente
- ExpedienteCodigo
- ExpedienteReference
- FechaAdquisicion
- FechaGrabacion
- FechaUltimaModificacion
- FileAttachments
- Marca
- Modelo
- Placa
- RawPropertyBagData
- TipoGravamen
- UsuarioGrabacion
- UsuarioUltimaModificacion
- ValorActual
Events
PropertyChanged
PropertyChanging
Public static methods
VehiculoExpediente CreateVehiculoExpediente(int codigo, string marca, string modelo, string placa, string estado, int expedienteCodigo)
Create a new VehiculoExpediente object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
string
marca - Initial value of the Marca property.
-
string
modelo - Initial value of the Modelo property.
-
string
placa - Initial value of the Placa property.
-
string
estado - Initial value of the Estado property.
-
int
expedienteCodigo - Initial value of the ExpedienteCodigo property.
Public properties
AccionDetalleAccion AccionModificacionPortal get; set;
Indica la accion que posee el registro dentro de las modificaciones del portal
int Codigo get; set;
Código del vehículo del empleado
Nullable<long> CodigoDetalleCambioExpediente get; set;
Código del detalle de los cambios en el portal. Si la accion es Agregar entonces el valor no debe de ser nulo
EntityKey EntityKey get; set;
EntityState EntityState get;
string Estado get; set;
Estado del vehiculo (Pagado, Financiado, Otro)
Expediente Expediente get; set;
Expediente propietario del vehículo
int ExpedienteCodigo get; set;
Código del expediente
EntityReference<Expediente> ExpedienteReference get; set;
Expediente propietario del vehículo
Nullable<DateTime> FechaAdquisicion get; set;
Fecha adquisicion vehiculo
Nullable<DateTime> FechaGrabacion get; set;
Fecha en que se creó el registro
Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha en que se modificó por última vez
List<Guid> FileAttachments get; set;
Contiene la información cruda del XML que contiene las referencias a los file uploads que se han hecho
string Marca get; set;
Marca del vehiculo
string Modelo get; set;
Modelo Vehiculo
string Placa get; set;
Placa Vehiculo
string RawPropertyBagData get; set;
Data de los campos adicionales
string TipoGravamen get; set;
Tipo Gravamen Vehiculo
string UsuarioGrabacion get; set;
Usuario que creó el registro
string UsuarioUltimaModificacion get; set;
Usuario que modificó el registro la última vez
Nullable<decimal> ValorActual get; set;
Valor actual del vehiculo