Type EscenarioIngresoLiquidacion
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IHasPropertyBag
Representa un ingreso aplicado para el escenario de liquidación de un empleado 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
EscenarioIngresoLiquidacion CreateEscenarioIngresoLiquidacion(long codigo, string sessionID, decimal valor, decimal tiempo, bool esValorFijo, DateTime fechaGrabacion)
Create a new EscenarioIngresoLiquidacion object. 
			
				
		
	Parameters
- 
							
longcodigo - Initial value of the Codigo property.
 - 
							
stringsessionID - Initial value of the SessionID property.
 - 
							
decimalvalor - Initial value of the Valor property.
 - 
							
decimaltiempo - Initial value of the Tiempo property.
 - 
							
boolesValorFijo - Initial value of the EsValorFijo property.
 - 
							
DateTimefechaGrabacion - Initial value of the FechaGrabacion property.
 
Public properties
long Codigo get; set;
Código de registro de ingreso para el escenario de liquidación 
		
	string CodigoMoneda get; set;
Código de la moneda 
		
	Nullable<short> CodigoTipo get; set;
Código del tipo de ingreso 
		
	string Comentario get; set;
Comentario asociado al ingreso 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
bool EsValorFijo get; set;
Indica si el valor no sufrió cambios en la realización del cálculo 
		
	DateTime FechaGrabacion get; set;
No Metadata Documentation available. 
		
	Moneda Moneda get; set;
Moneda en que está expresado el valor 
		
	EntityReference<Moneda> MonedaReference get; set;
Moneda en que está expresado el valor 
		
	string RawPropertyBagData get; set;
Data del property bag 
		
	string SessionID get; set;
Session Id del usuario autenticado 
		
	decimal Tiempo get; set;
Cantidad en tiempo asociada al ingreso 
		
	TipoIngreso Tipo get; set;
Tipo de Ingreso al que está asociado este registro 
		
	EntityReference<TipoIngreso> TipoReference get; set;
Tipo de Ingreso al que está asociado este registro 
		
	Nullable<UnidadTiempoIngresosDescuentos> UnidadTiempo get; set;
Unidad de medida del tiempo 
		
	decimal Valor get; set;
Valor del ingreso