Type AuditorExterno
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IHasPropertyBag, IFileAttachmentCapableEntity
Auditores externos 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public instance methods
bool ShouldSerializeAuditoresAuditorias()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	Public static methods
AuditorExterno CreateAuditorExterno(int codigo, string nombre)
Create a new AuditorExterno object. 
			
				
		
	Parameters
- 
							
intcodigo - Initial value of the Codigo property.
 - 
							
stringnombre - Initial value of the Nombre property.
 
Public properties
EntityCollection<AuditorAuditoria> AuditoresAuditorias get; set;
Auditoría asociada al auditor externo 
		
	int Codigo get; set;
Código del auditor externo 
		
	Compania Compania get; set;
Compañía a que pertenece el auditor externo 
		
	EntityReference<Compania> CompaniaReference get; set;
Compañía a que pertenece el auditor externo 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
Nullable<DateTime> FechaGrabacion get; set;
Fecha que se creó el registro 
		
	Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha que se modificó el registro 
		
	List<Guid> FileAttachments get; set;
Contiene la información cruda del XML que contiene las referencias a los file uploads que se han hecho 
		
	string Identificacion get; set;
Identificación del auditor externo 
		
	string Nombre get; set;
Nombre del auditor externo 
		
	string RawPropertyBagData get; set;
Información de campos adicionales 
		
	string TipoIdentificacion get; set;
Identificación del auditor externo 
		
	string UsuarioGrabacion get; set;
Usuario que creó el registro 
		
	string UsuarioUltimaModificacion get; set;
Usuario que modificó el registro