Type BitacoraAlerta
Namespace Aseinfo.VH4.Data
Parent EntityObject
Bitácora de ejecución de las alertas
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
BitacoraAlerta CreateBitacoraAlerta(int codigo, int numeroRegistros, DateTime fechaInicio, DateTime fechaFin)
Create a new BitacoraAlerta object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
int
numeroRegistros - Initial value of the NumeroRegistros property.
-
DateTime
fechaInicio - Initial value of the FechaInicio property.
-
DateTime
fechaFin - Initial value of the FechaFin property.
Public properties
Alerta Alerta get; set;
Alerta sobre la que se guarda bitácora
EntityReference<Alerta> AlertaReference get; set;
Alerta sobre la que se guarda bitácora
int Codigo get; set;
Identificador único de la ejecución de la alerta
EntityCollection<NotificacionAlertaEmpleo> EmpleosNotificados get; set;
Empleos Notificados
EntityKey EntityKey get; set;
EntityState EntityState get;
DateTime FechaFin get; set;
Fecha de finalización ejecución de la importación
DateTime FechaInicio get; set;
Fecha de inicio ejecución de la importación
string LogData get; set;
Bitácora con los resultados de la ejecución
int NumeroRegistros get; set;
Número de registros que retorna la ejecución de la alerta
EntityCollection<RegistroBitacoraAlerta> Registros get; set;
Registros generados por la alerta
ResultadoBitacoraAlerta Resultado get; set;
Resultado de una ejecución de una alerta