Evolution : Data Model API Documentation

Type SeguroMedicoEmpleo

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IFileAttachmentCapableEntity, IHasPropertyBag

Events

PropertyChanged

PropertyChanging

Public static methods

SeguroMedicoEmpleo CreateSeguroMedicoEmpleo(int codigo, string poliza, decimal valorAsegurado, bool esActivo)

Create a new SeguroMedicoEmpleo object.
Parameters
int codigo
Initial value of the Codigo property.
string poliza
Initial value of the Poliza property.
decimal valorAsegurado
Initial value of the ValorAsegurado property.
bool esActivo
Initial value of the EsActivo property.

Public properties

EntityCollection<BeneficiarioSeguroEmpleo> Beneficiarios get; set;

Beneficiarios que han sido asignados al seguro del empleado

int Codigo get; set;

Código del seguro medico del empleo

Nullable<decimal> CuotaEmpleado get; set;

Cuota para el empleado

Nullable<decimal> CuotaPatrono get; set;

Cuota del patrono

Empleo Empleo get; set;

Empleo al que se asigna el seguro médico

EntityReference<Empleo> EmpleoReference get; set;

Empleo al que se asigna el seguro médico

EntityKey EntityKey get; set;

EntityState EntityState get;

bool EsActivo get; set;

Indica si el seguro del empleado esta activo

Nullable<DateTime> FechaGrabacion get; set;

Fecha en que se guardó el registro

Nullable<DateTime> FechaUltimaModificacion get; set;

Fecha en que se modificó por última vez el registro

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

Número de la póliza

string RawPropertyBagData get; set;

Data de los campos adicionales

EntityCollection<ReclamoSeguroMedico> ReclamosSeguroMedico get; set;

No Metadata Documentation available.

Seguro Seguro get; set;

Seguro que se le asigna al empleo

EntityReference<Seguro> SeguroReference get; set;

Seguro que se le asigna al empleo

Nullable<TipoRangoSeguroMedico> TipoRango get; set;

Propiedad del tipo de rango del seguro médico del empleo

string UsuarioGrabacion get; set;

Usuario que guardó el registro

string UsuarioUltimaModificacion get; set;

Usuario que modificó por última vez el registro

decimal ValorAsegurado get; set;

Valor de asegurado