Type HabilidadEmpleo
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IFileAttachmentCapableEntity, IHasPropertyBag
Entidad que representa las habiliades de los empleos 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public instance methods
bool ShouldSerializeRequisito()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	bool ShouldSerializeRequisitoReference()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	Public static methods
HabilidadEmpleo CreateHabilidadEmpleo(int codigo, short metrico)
Create a new HabilidadEmpleo object. 
			
				
		
	Parameters
- 
							
intcodigo - Initial value of the Codigo property.
 - 
							
shortmetrico - Initial value of the Metrico property.
 
Public properties
int Codigo get; set;
Código para la habilidad del empleo 
		
	Nullable<TipoDominioHabilidad> Dominio get; set;
Propiedad de domino de la habilidad 
		
	Empleo Empleo get; set;
Empleo al que se le asigna la habilidad 
		
	EntityReference<Empleo> EmpleoReference get; set;
Empleo al que se le asigna la habilidad 
		
	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 en que se modifico por ultima vez 
		
	List<Guid> FileAttachments get; set;
Contiene la información cruda del XML que contiene las referencias a los file uploads que se han hecho 
		
	short Metrico get; set;
Métrico 
		
	string RawPropertyBagData get; set;
Data de los campos adicionales 
		
	Requisito Requisito get; set;
Requisito que se le asigna al empleo como habilidad 
		
	EntityReference<Requisito> RequisitoReference get; set;
Requisito que se le asigna al empleo como habilidad 
		
	string TiempoExperiencia get; set;
Tiempo de experiencia 
		
	string UsuarioGrabacion get; set;
Usuario que creó el registro 
		
	string UsuarioUltimaModificacion get; set;
Usuario que modificó el registro la última vez