Type BitacoraJobInicioFlujoEntidad
Namespace Aseinfo.VH4.Data
Parent EntityObject
Bitácora de ejecucion de un job
Events
Methods
- CreateBitacoraJobInicioFlujoEntidad
- ShouldSerializeJobInicioFlujoEntidad
- ShouldSerializeJobInicioFlujoEntidadReference
Properties
Events
PropertyChanged
PropertyChanging
Public instance methods
bool ShouldSerializeJobInicioFlujoEntidad()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría
bool ShouldSerializeJobInicioFlujoEntidadReference()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría
Public static methods
BitacoraJobInicioFlujoEntidad CreateBitacoraJobInicioFlujoEntidad(int codigo, DateTime fecha, string resultadoDb)
Create a new BitacoraJobInicioFlujoEntidad object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
DateTime
fecha - Initial value of the Fecha property.
-
string
resultadoDb - Initial value of the ResultadoDb property.
Public properties
int Codigo get; set;
No Metadata Documentation available.
EntityKey EntityKey get; set;
EntityState EntityState get;
string Error get; set;
Mensaje de error (si lo hay)
DateTime Fecha get; set;
Fecha de ejecución
Nullable<DateTime> FechaGrabacion get; set;
No Metadata Documentation available.
Nullable<DateTime> FechaUltimaModificacion get; set;
No Metadata Documentation available.
JobInicioFlujoEntidad JobInicioFlujoEntidad get; set;
Job asociado a la bitácora
EntityReference<JobInicioFlujoEntidad> JobInicioFlujoEntidadReference get; set;
Job asociado a la bitácora
ResultadoBitacoraJobInicioFlujo Resultado get; set;
Resultado del Job
string ResultadoDb get; set;
Resultado de la ejecución
string StackTrace get; set;
Stacktrace del error
string UsuarioGrabacion get; set;
No Metadata Documentation available.
string UsuarioUltimaModificacion get; set;
No Metadata Documentation available.