Type EntradaBitacoraGeneracion
Namespace Aseinfo.VH4.Data
Parent EntityObject
No Metadata Documentation available. 
			
		
			Events
Methods
- CreateEntradaBitacoraGeneracion
 - ShouldSerializePeriodoPlanillaGenerado
 - ShouldSerializePeriodoPlanillaGeneradoReference
 
Properties
Events
PropertyChanged
PropertyChanging
Public instance methods
bool ShouldSerializePeriodoPlanillaGenerado()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	bool ShouldSerializePeriodoPlanillaGeneradoReference()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	Public static methods
EntradaBitacoraGeneracion CreateEntradaBitacoraGeneracion(long codigo, DateTime fecha, string thread, string severidad, string mensaje)
Create a new EntradaBitacoraGeneracion object. 
			
				
		
	Parameters
- 
							
longcodigo - Initial value of the Codigo property.
 - 
							
DateTimefecha - Initial value of the Fecha property.
 - 
							
stringthread - Initial value of the Thread property.
 - 
							
stringseveridad - Initial value of the Severidad property.
 - 
							
stringmensaje - 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