Evolution : Data Model API Documentation

Type PrestamoExpediente

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IFileAttachmentCapableEntity, IHasPropertyBag

Events

PropertyChanged

PropertyChanging

Public static methods

PrestamoExpediente CreatePrestamoExpediente(int codigo, string tipo, string nombreEntidad)

Create a new PrestamoExpediente object.
Parameters
int codigo
Initial value of the Codigo property.
string tipo
Initial value of the Tipo property.
string nombreEntidad
Initial value of the NombreEntidad 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 préstamo del expediente

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;

Expediente Expediente get; set;

Expediente que posee el prestamo

EntityReference<Expediente> ExpedienteReference get; set;

Expediente que posee el prestamo

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

Nullable<decimal> MontoOriginal get; set;

Monto original

string NombreEntidad get; set;

Nombre Entidad Financiera

string RawPropertyBagData get; set;

Data de los campos adicionales

Nullable<decimal> SaldoActual get; set;

Saldo actual

string Tipo get; set;

Tipo Prestamo (Personal, Hipotecario, Prendario, Comercial, Otro)

string UsuarioGrabacion get; set;

Usuario que creó el registro

string UsuarioUltimaModificacion get; set;

Usuario que modificó el registro la última vez