Type AuditoriaEntry
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditoriaEntry
Entidades para auditorias 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
AuditoriaEntry CreateAuditoriaEntry(long codigo, DateTime fecha, Byte accionDb)
Create a new AuditoriaEntry object. 
			
				
		
	Parameters
- 
							
longcodigo - Initial value of the Codigo property.
 - 
							
DateTimefecha - Initial value of the Fecha property.
 - 
							
ByteaccionDb - Initial value of the AccionDb property.
 
Public properties
AccionAuditoria Accion get; set;
Acción realizada 
		
	Byte AccionDb get; set;
Accion 
		
	long Codigo get; set;
Código 
		
	string ColumnasModificadas get; set;
Columnas que se modificaron 
		
	string DataAnterior get; set;
Data antes del cambio 
		
	string DataNueva get; set;
Data después del cambio 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
DateTime Fecha get; set;
Fecha 
		
	string Nombre get; set;
Nombre de tabla/entidad 
		
	OrigenAuditoria Origen get; set;
Origen de la Auditoria 
		
	string Usuario get; set;
Usuario que realizo la acción