Type PropuestaSalarialCandidato
Namespace Aseinfo.VH4.Data
Parent EntityObject
Representa a cada propuesta salarial que se negocio con los candidatos dentro de los concursos de selección 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
PropuestaSalarialCandidato CreatePropuestaSalarialCandidato(int codigo, string nombre, DateTime fechaPropuesta, string estadoDb)
Create a new PropuestaSalarialCandidato object. 
			
				
		
	Parameters
- 
							intcodigo
- Initial value of the Codigo property.
- 
							stringnombre
- Initial value of the Nombre property.
- 
							DateTimefechaPropuesta
- Initial value of the FechaPropuesta property.
- 
							stringestadoDb
- Initial value of the EstadoDb property.
Public properties
EntityCollection<BeneficioAdicionalRecibidoEmpresaAnterior> BeneficiosAdicionales get; set;
Lista de beneficios adicionales propuestos 
		
	CandidatoConcurso Candidato get; set;
Candidato que recibió esta propuesta 
		
	EntityReference<CandidatoConcurso> CandidatoReference get; set;
Candidato que recibió esta propuesta 
		
	int Codigo get; set;
Código de Propuesta 
		
	Empleo EmpleadoResponsable get; set;
Empleado responsable de negociar esta propuesta 
		
	EntityReference<Empleo> EmpleadoResponsableReference get; set;
Empleado responsable de negociar esta propuesta 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
EstadoPropuestaSalarialCandidatoConcursoSeleccion Estado get; set;
Estado del concurso de selección registrado en la bitácora 
		
	string EstadoDb get; set;
Estado de la propuesta 
		
	EntityCollection<EstructuraSalarialPropuestaCandidato> EstructurasSalariales get; set;
Detalle de la estructura salarial propuesta 
		
	DateTime FechaPropuesta get; set;
Fecha de la propuesta 
		
	string Nombre get; set;
Nombre de la propuesta