Type FuenteReclutamiento
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IHasPropertyBag, IFileAttachmentCapableEntity
Entidad que representa las fuentes de reclutamiento del candidato 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
FuenteReclutamiento CreateFuenteReclutamiento(int codigo, string nombre, bool preguntarPorEmpleado, bool visibleEnWeb)
Create a new FuenteReclutamiento object. 
			
				
		
	Parameters
- 
							
intcodigo - Initial value of the Codigo property.
 - 
							
stringnombre - Initial value of the Nombre property.
 - 
							
boolpreguntarPorEmpleado - Initial value of the PreguntarPorEmpleado property.
 - 
							
boolvisibleEnWeb - Initial value of the VisibleEnWeb property.
 
Public properties
EntityCollection<Candidato> Candidatos get; set;
Candidatos asociados a la fuente de reclutamiento 
		
	int Codigo get; set;
Código de la fuente de reclutamiento 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
Nullable<DateTime> FechaGrabacion get; set;
Fecha en que se creó el registro 
		
	Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha de la última modificación del 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 Nombre get; set;
Nombre de la fuente de reclutamiento 
		
	bool PreguntarPorEmpleado get; set;
Indica si se debera de preguntar por empleado si la fuente proviene de alguien dentro de la empresa 
		
	string RawPropertyBagData get; set;
Data de los campos adicionales 
		
	Nullable<TipoFuenteReclutamiento> Tipo get; set;
Tipo de fuente de reclutamiento 
		
	string UsuarioGrabacion get; set;
Usuario que creó el registro 
		
	string UsuarioUltimaModificacion get; set;
Usuario que realizó la última modificación del registro 
		
	bool VisibleEnWeb get; set;
Indica si el registro es visible desde el sitio web o no