Type RelacionFiadorExpediente
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IFileAttachmentCapableEntity, IHasPropertyBag
Entidad que representa las relaciones de fiador de un empleado
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
RelacionFiadorExpediente CreateRelacionFiadorExpediente(int codigo, string nombre, string institucion)
Create a new RelacionFiadorExpediente object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
string
nombre - Initial value of the Nombre property.
-
string
institucion - Initial value of the Institucion 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 de relación de fiador de un 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 sirve de fiador
EntityReference<Expediente> ExpedienteReference get; set;
Expediente que sirve de fiador
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 Institucion get; set;
Institucion Financiera
string LugarTrabajo get; set;
Lugar de trabajo de persona a quien le sirve de fiador
string Nombre get; set;
Nombre persona a quien le sirve de fiador
string RawPropertyBagData get; set;
Data de los campos adicionales
string UsuarioGrabacion get; set;
Usuario que creó el registro
string UsuarioUltimaModificacion get; set;
Usuario que modificó el registro la última vez