Type ObjetivoPuesto
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IFileAttachmentCapableEntity, IHasPropertyBag
Entidad que representa la tabla de objetivos por puesto 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public instance methods
bool ShouldSerializeObjetivoEstrategico()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	bool ShouldSerializeObjetivoEstrategicoReference()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	Public static methods
ObjetivoPuesto CreateObjetivoPuesto(int codigo, string definicion, short orden)
Create a new ObjetivoPuesto object. 
			
				
		
	Parameters
- 
							
intcodigo - Initial value of the Codigo property.
 - 
							
stringdefinicion - Initial value of the Definicion property.
 - 
							
shortorden - Initial value of the Orden property.
 
Public properties
int Codigo get; set;
Código del objetivo por puesto 
		
	string Definicion get; set;
Definición del objetivo por puesto 
		
	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 realizó 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 
		
	EntityCollection<FuncionEspecifica> FuncionesEspecificas get; set;
Funciones específicas asociadas a este objetivo del puesto 
		
	ObjetivoEstrategico ObjetivoEstrategico get; set;
Objetivo estrategico del objetivo del puesto 
		
	EntityReference<ObjetivoEstrategico> ObjetivoEstrategicoReference get; set;
Objetivo estrategico del objetivo del puesto 
		
	short Orden get; set;
Orden del objetivo porpuesto.  Utilizado para mostrar el perfil de efectividad. 
		
	Puesto Puesto get; set;
Puesto al que se le asigna el objetivo 
		
	EntityReference<Puesto> PuestoReference get; set;
Puesto al que se le asigna el objetivo 
		
	string RawPropertyBagData get; set;
Data de los campos adicionales 
		
	string UsuarioGrabacion get; set;
Usuario que creó el registro 
		
	string UsuarioUltimaModificacion get; set;
Usuario que realizó la última modificación del registro