Type HistoricoSalario
Namespace Aseinfo.VH4.Data
Parent EntityObject
Entidad que representa el histórico de salarios 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
HistoricoSalario CreateHistoricoSalario(int codigo, DateTime fecha)
Create a new HistoricoSalario object. 
			
				
		
	Parameters
- 
							
intcodigo - Initial value of the Codigo property.
 - 
							
DateTimefecha - Initial value of the Fecha property.
 
Public properties
int Codigo get; set;
Código historial de salario 
		
	Empleo Empleo get; set;
Empleo al que se le aplicó el aumento 
		
	EntityReference<Empleo> EmpleoReference get; set;
Empleo al que se le aplicó el aumento 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
DateTime Fecha get; set;
Fecha en que se realizó el aumento 
		
	Nullable<decimal> NuevoValor get; set;
Valor del nuevo salario 
		
	Nullable<decimal> Porcentaje get; set;
Porcentaje de aumento 
		
	RubroSalarial RuboSalarial get; set;
Rubrto salarial asociado al aumento 
		
	EntityReference<RubroSalarial> RuboSalarialReference get; set;
Rubrto salarial asociado al aumento 
		
	Nullable<decimal> ValorAnterior get; set;
Valor del salario anterior 
		
	Nullable<decimal> ValorIncremento get; set;
Valor de incremento