Evolution : Data Model API Documentation

Type BitacoraEjecucionProceso

Namespace Aseinfo.VH4.Data

Parent EntityObject

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
long codigo
Initial value of the Codigo property.
DateTime fecha
Initial value of the Fecha property.
string mensaje
Initial value of the Mensaje property.
string resultadoDb
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