Type BitacoraEjecucionProceso
Namespace Aseinfo.VH4.Data
Parent EntityObject
Bitácora de errores en procesos de VH4 
			
		
			Events
Methods
- CreateBitacoraEjecucionProceso
 - ShouldSerializeEmpleadosNotificados
 - ShouldSerializeProceso
 - ShouldSerializeProcesoReference
 
Properties
Events
PropertyChanged
PropertyChanging
Public instance methods
bool ShouldSerializeEmpleadosNotificados()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	bool ShouldSerializeProceso()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	bool ShouldSerializeProcesoReference()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	Public static methods
BitacoraEjecucionProceso CreateBitacoraEjecucionProceso(long codigo, DateTime fecha, string mensaje, string resultadoDb)
Create a new BitacoraEjecucionProceso object. 
			
				
		
	Parameters
- 
							
longcodigo - Initial value of the Codigo property.
 - 
							
DateTimefecha - Initial value of the Fecha property.
 - 
							
stringmensaje - Initial value of the Mensaje property.
 - 
							
stringresultadoDb - Initial value of the ResultadoDb property.
 
Public properties
long Codigo get; set;
Código único de bitácora 
		
	EntityCollection<NotificacionEmpleoBitacoraProceso> EmpleadosNotificados get; set;
Empleados a los que se notificó el error 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
DateTime Fecha get; set;
Fecha en que ocurrió 
		
	string Mensaje get; set;
Mensaje de ejecución del proceso 
		
	string NotificationBody get; set;
Almancena en memoria el cuerpo de la notificación HTML para el envío del correo cuando la finalización se ejecuta. 
		
	string NotificationSubject get; set;
Almancena en memoria el sujeto de la notificación cuando la finalización se ejecuta y se requiere notificar el resultado 
		
	Proceso Proceso get; set;
Proceso a ejecutarse 
		
	EntityReference<Proceso> ProcesoReference get; set;
Proceso a ejecutarse 
		
	TipoResultadoEjecucionProceso Resultado get; set;
Resultado de la ejecución 
		
	string ResultadoDb get; set;
Resultado de la ejecución del proceso