Type NotificacionEmpleoBitacoraProceso
Namespace Aseinfo.VH4.Data
Parent EntityObject
Notificación a un empleado de un proceso 
			
		
			Events
Methods
- CreateNotificacionEmpleoBitacoraProceso
 - ShouldSerializeBitacoraEjecucionProceso
 - ShouldSerializeBitacoraEjecucionProcesoReference
 
Properties
Events
PropertyChanged
PropertyChanging
Public instance methods
bool ShouldSerializeBitacoraEjecucionProceso()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	bool ShouldSerializeBitacoraEjecucionProcesoReference()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	Public static methods
NotificacionEmpleoBitacoraProceso CreateNotificacionEmpleoBitacoraProceso(long codigo, DateTime fechaNotificacion, bool fueLeido)
Create a new NotificacionEmpleoBitacoraProceso object. 
			
				
		
	Parameters
- 
							
longcodigo - Initial value of the Codigo property.
 - 
							
DateTimefechaNotificacion - Initial value of the FechaNotificacion property.
 - 
							
boolfueLeido - Initial value of the FueLeido property.
 
Public properties
BitacoraEjecucionProceso BitacoraEjecucionProceso get; set;
Bitacora de ejecución asociada 
		
	EntityReference<BitacoraEjecucionProceso> BitacoraEjecucionProcesoReference get; set;
Bitacora de ejecución asociada 
		
	long Codigo get; set;
Código de notificación 
		
	Empleo EmpleoNotificado get; set;
Empleado al que se le notifica 
		
	EntityReference<Empleo> EmpleoNotificadoReference get; set;
Empleado al que se le notifica 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
Nullable<DateTime> FechaLeido get; set;
Fecha de lectura 
		
	DateTime FechaNotificacion get; set;
Fecha de notificación 
		
	bool FueLeido get; set;
¿Fué Leido?