Type PeriodoSustitucionTemporal
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IPayrollAssociatedEntity
No Metadata Documentation available. 
			
		
			Events
Methods
- CreatePeriodoSustitucionTemporal
 - ShouldSerializeSustitucionTemporal
 - ShouldSerializeSustitucionTemporalReference
 
Properties
Events
PropertyChanged
PropertyChanging
Public instance methods
bool ShouldSerializeSustitucionTemporal()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	bool ShouldSerializeSustitucionTemporalReference()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	Public static methods
PeriodoSustitucionTemporal CreatePeriodoSustitucionTemporal(int codigo, DateTime fechaInicio, DateTime fechaFin, decimal dias, decimal horas, bool aplicadoEnPlanilla, bool pertenecePlanillaAutorizada)
Create a new PeriodoSustitucionTemporal object. 
			
				
		
	Parameters
- 
							
intcodigo - Initial value of the Codigo property.
 - 
							
DateTimefechaInicio - Initial value of the FechaInicio property.
 - 
							
DateTimefechaFin - Initial value of the FechaFin property.
 - 
							
decimaldias - Initial value of the Dias property.
 - 
							
decimalhoras - Initial value of the Horas property.
 - 
							
boolaplicadoEnPlanilla - Initial value of the AplicadoEnPlanilla property.
 - 
							
boolpertenecePlanillaAutorizada - Initial value of the PertenecePlanillaAutorizada property.
 
Public properties
bool AplicadoEnPlanilla get; set;
Determina si el periodo procesado se logró aplicar en la última ejecución de la planilla 
		
	int Codigo get; set;
Código de registro de período de Sustitucion 
		
	decimal Dias get; set;
Total de días de sustitucion en este período 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
DateTime FechaFin get; set;
Fecha final del rango definido en este período 
		
	DateTime FechaInicio get; set;
Fecha inicial del rango definido en este período de sustitucion temporal 
		
	decimal Horas get; set;
Total de horas de sustitucion en este periodo 
		
	PeriodoPlanilla PeriodoPlanilla get; set;
Periodo de la Planilla 
		
	EntityReference<PeriodoPlanilla> PeriodoPlanillaReference get; set;
Periodo de la Planilla 
		
	bool PertenecePlanillaAutorizada get; set;
Indica si la planilla ya fue Autorizada 
		
	SustitucionTemporal SustitucionTemporal get; set;
Sustitucion Temporal 
		
	EntityReference<SustitucionTemporal> SustitucionTemporalReference get; set;
Sustitucion Temporal