Evolution : Data Model API Documentation

Type VerificacionReferenciaCandidato

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IHasPropertyBag

Events

PropertyChanged

PropertyChanging

Public static methods

VerificacionReferenciaCandidato CreateVerificacionReferenciaCandidato(int codigo, string nombreReferencia, bool empleariaNuevamente)

Create a new VerificacionReferenciaCandidato object.
Parameters
int codigo
Initial value of the Codigo property.
string nombreReferencia
Initial value of the NombreReferencia property.
bool empleariaNuevamente
Initial value of the EmpleariaNuevamente property.

Public properties

Nullable<int> Asistencia get; set;

Si cree que el candidato brinda asistencia o no

Candidato Candidato get; set;

Candidato referenciado

EntityReference<Candidato> CandidatoReference get; set;

Candidato referenciado

int Codigo get; set;

Código correlativo del registro de verificación de referencias

string Comentarios get; set;

Comentarios sobre el referido

string Direccion get; set;

Dirección del referido

bool EmpleariaNuevamente get; set;

Indica si emplearía nuevamente al candidato

EmpleoAnterior EmpleoAnterior get; set;

Referencia del empleo anterior

EntityReference<EmpleoAnterior> EmpleoAnteriorReference get; set;

Referencia del empleo anterior

EntityKey EntityKey get; set;

EntityState EntityState get;

Nullable<DateTime> FechaGrabacion get; set;

Fecha que creó el registro

Nullable<DateTime> FechaIngreso get; set;

Fecha de ingreso

Nullable<DateTime> FechaRetiro get; set;

Fecha de retiro

Nullable<DateTime> FechaUltimaModificacion get; set;

Fecha en que se realizó la última modificación

Nullable<int> Habilidad get; set;

Si cree que el candidato tiene habilidad o no

string Jefe get; set;

Nombre del jefe

string LugarTrabajo get; set;

Nombre del lugar de trabajo del referido

string MotivoNoEmplear get; set;

Indica por qué no emplearía nuevamente al candidato

string MotivoRetiro get; set;

Motivo de retiro

string NombreEntrevistado get; set;

Nombre de la persona entrevistada

string NombreReferencia get; set;

Nombre de la referencia (persona, empresa, etc)

string Ocupacion get; set;

Ocupación u oficio del referido

Nullable<decimal> PrimerSalario get; set;

Valor del primer salario

Nullable<decimal> PromedioComisiones get; set;

Valor del promedio de las comisiones del referido

Nullable<int> Puntualidad get; set;

Si cree que el candidato posee puntualidad o no

string RawPropertyBagData get; set;

Data de los campos adicionales

Referencia Referencia get; set;

Referencia personal

EntityReference<Referencia> ReferenciaReference get; set;

Referencia personal

Nullable<int> RelacionesPersonales get; set;

Si cree que el candidato posee buenas relaciones personales o no

Nullable<int> Responsabilidad get; set;

Si cree que el candidato es responsable o no

string Telefono get; set;

Teléfonos de contacto

string TiempoDeLaborar get; set;

Tiempo que tiene el referido de laborar en el actual trabajo

Nullable<TipoReferencia> Tipo get; set;

Tipo de referencia

string TipoDb get; set;

Tipo de referencia (P=Personal, L=Laboral)

string UltimoPuesto get; set;

Nombre del último puesto

Nullable<decimal> UltimoSalario get; set;

Valor del último salario

string UsuarioGrabacion get; set;

Usuario que creó el registro

string UsuarioUltimaModificacion get; set;

Usuario que se realizó la última modificación