Evolution : Data Model API Documentation

Type FamiliarExpediente

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IHasPropertyBag, IFileAttachmentCapableEntity

Events

PropertyChanged

PropertyChanging

Public static methods

FamiliarExpediente CreateFamiliarExpediente(int codigo, string nombre, bool estudia, bool depende, bool trabaja, bool fallecido, bool beca, bool benefPrestLegales)

Create a new FamiliarExpediente object.
Parameters
int codigo
Initial value of the Codigo property.
string nombre
Initial value of the Nombre property.
bool estudia
Initial value of the Estudia property.
bool depende
Initial value of the Depende property.
bool trabaja
Initial value of the Trabaja property.
bool fallecido
Initial value of the Fallecido property.
bool beca
Initial value of the Beca property.
bool benefPrestLegales
Initial value of the BenefPrestLegales property.

Public properties

AccionDetalleAccion AccionModificacionPortal get; set;

Indica la accion que posee el registro dentro de las modificaciones del portal

bool Beca get; set;

Indica si el familiar tiene beca o no

bool BenefPrestLegales get; set;

Indica si el familiar es beneficiario de las prestaciones legales en caso de fallecimiento

string Cargo get; set;

Cargo actual si el familiar trabaja

int Codigo get; set;

Código correlativo del familiar

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

EntityCollection<ConsultaMedica> ConsultasMedicas get; set;

Consultas médicas registradas por familiar del expediente

EntityCollection<ControlCita> ControlCitas get; set;

Citas médicas registradas a un familiar de expediente

bool Depende get; set;

Indica si el familiar depende economicamente del empleado o no

string Documento get; set;

Número de documento del familiar

EntityKey EntityKey get; set;

EntityState EntityState get;

Nullable<EstadoCivil> EstadoCivil get; set;

Propiedad de estado civil del familiar

bool Estudia get; set;

Indica si el familiar estudia o no

Expediente Expediente get; set;

Expediente del pariente del familiar

EntityReference<Expediente> ExpedienteReference get; set;

Expediente del pariente del familiar

EntityCollection<ExpedienteMedico> ExpedientesMedicos get; set;

Expedientes médicos asociados al expediente familiar

bool Fallecido get; set;

Indica si el familiar ha fallecido o no

Nullable<DateTime> FechaFallecido get; set;

Fecha de fallecimiento del familiar

Nullable<DateTime> FechaGrabacion get; set;

Fecha en que se creó el registro

Nullable<DateTime> FechaNacimiento get; set;

Fecha de nacimiento del familiar

Nullable<DateTime> FechaUltimaModificacion get; set;

Fecha de última modificación

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 LugarEstudio get; set;

Lugar de estudio del familiar

string LugarTrabajo get; set;

Lugar de trabajo del familiar

Moneda Moneda get; set;

Moneda con el cual es remunerado

EntityReference<Moneda> MonedaReference get; set;

Moneda con el cual es remunerado

string NivelEstudio get; set;

El nivel de estudio del familiar

string Nombre get; set;

Nombre completo del familiar

string Ocupacion get; set;

Ocupación del familiar

Pais PaisNacionalidad get; set;

Pais de Nacinalidad

EntityReference<Pais> PaisNacionalidadReference get; set;

Pais de Nacinalidad

Parentesco Parentesco get; set;

Parentesco que tiene con el familiar

EntityReference<Parentesco> ParentescoReference get; set;

Parentesco que tiene con el familiar

string RawPropertyBagData get; set;

Data de los campos adicionales

EntityCollection<ReclamoSeguroMedico> ReclamosSeguroMedico get; set;

No Metadata Documentation available.

Nullable<decimal> Salario get; set;

Salario que posee el familiar

Nullable<Sexo> Sexo get; set;

Propiedad del sexo del familiar

string TelefonoMovil get; set;

Número de teléfono movil

string TelefonoTrabajo get; set;

Número de teléfono del lugar de trabajo del familiar

TipoDocumento TipoDocumento get; set;

Tipo de documento del familiar

EntityReference<TipoDocumento> TipoDocumentoReference get; set;

Tipo de documento del familiar

bool Trabaja get; set;

Indica si el familiar trabaja o no

string UsuarioGrabacion get; set;

Usuario que creó el registro

string UsuarioUltimaModificacion get; set;

Usuario de última modificación