Type EntradaBitacoraGeneracion
Namespace Aseinfo.VH4.Data
Parent EntityObject
No Metadata Documentation available.
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
EntradaBitacoraGeneracion CreateEntradaBitacoraGeneracion(long codigo, DateTime fecha, string thread, string severidad, string mensaje)
Create a new EntradaBitacoraGeneracion object.
Parameters
-
long
codigo - Initial value of the Codigo property.
-
DateTime
fecha - Initial value of the Fecha property.
-
string
thread - Initial value of the Thread property.
-
string
severidad - Initial value of the Severidad property.
-
string
mensaje - Initial value of the Mensaje property.
Public properties
long Codigo get; set;
Código de la bitácora
EntityKey EntityKey get; set;
EntityState EntityState get;
string Excepcion get; set;
Mensaje de Excepción cuando hubo un error grave
DateTime Fecha get; set;
Fecha de bitácora
string Mensaje get; set;
Mensaje
PeriodoPlanillaGenerado PeriodoPlanillaGenerado get; set;
Sesión de generación de planilla
EntityReference<PeriodoPlanillaGenerado> PeriodoPlanillaGeneradoReference get; set;
Sesión de generación de planilla
string Severidad get; set;
Severidad del mensaje
string Thread get; set;
ID del hilo de ejecución