Type PropiedadExpediente
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IFileAttachmentCapableEntity, IHasPropertyBag
Entidad que representa las propiedad que posee un expediente
Events
Methods
Properties
- AccionModificacionPortal
- Acreedor
- Codigo
- CodigoDetalleCambioExpediente
- CuotaMensual
- EntityKey
- EntityState
- Expediente
- ExpedienteReference
- FechaAdquisicion
- FechaGrabacion
- FechaUltimaModificacion
- FileAttachments
- Gravamen
- PrestamoSobreInmueble
- RawPropertyBagData
- SaldoPendiente
- Status
- Tipo
- TipoGravamen
- Ubicacion
- UsuarioGrabacion
- UsuarioUltimaModificacion
- Valor
Events
PropertyChanged
PropertyChanging
Public static methods
PropiedadExpediente CreatePropiedadExpediente(int codigo, string tipo, string ubicacion, string status, bool gravamen, bool prestamoSobreInmueble)
Create a new PropiedadExpediente object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
string
tipo - Initial value of the Tipo property.
-
string
ubicacion - Initial value of the Ubicacion property.
-
string
status - Initial value of the Status property.
-
bool
gravamen - Initial value of the Gravamen property.
-
bool
prestamoSobreInmueble - Initial value of the PrestamoSobreInmueble property.
Public properties
AccionDetalleAccion AccionModificacionPortal get; set;
Indica la accion que posee el registro dentro de las modificaciones del portal
string Acreedor get; set;
Acreedor de la propiedad
int Codigo get; set;
Código de la propiedad
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
Nullable<decimal> CuotaMensual get; set;
Cuota Mensual
EntityKey EntityKey get; set;
EntityState EntityState get;
Expediente Expediente get; set;
Expediente propietario del inmueble
EntityReference<Expediente> ExpedienteReference get; set;
Expediente propietario del inmueble
Nullable<DateTime> FechaAdquisicion get; set;
Fecha de adquisición de la propiedad
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
bool Gravamen get; set;
Gravamen
bool PrestamoSobreInmueble get; set;
Tiene prestamo sobre inmueble
string RawPropertyBagData get; set;
Data de los campos adicionales
Nullable<decimal> SaldoPendiente get; set;
Saldo Pendiente de la propiedad
string Status get; set;
Status de la propiedad ( Propia, Alquilada, Hipotecada, Cedida, Financiada, Heredada, Otro)
string Tipo get; set;
Tipo de propiedad (Casa, Finca,Quinta,Terreno,Otro)
string TipoGravamen get; set;
Tipo Gravamen
string Ubicacion get; set;
Dirección de la propiedad
string UsuarioGrabacion get; set;
Usuario que creó el registro
string UsuarioUltimaModificacion get; set;
Usuario que modificó el registro la última vez
Nullable<decimal> Valor get; set;
Valor monetario de la propiedad