Evolution : Data Model API Documentation

Type BitacoraEjecucionProceso

Namespace Aseinfo.VH4.Data

Parent EntityObject

Events

PropertyChanged

PropertyChanging

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

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