Type KpiPorObjetivo
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IHasPropertyBag, IAuditedEntity
No Metadata Documentation available. 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public instance methods
bool ShouldSerializeObjetivo()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	bool ShouldSerializeObjetivoReference()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	Public static methods
KpiPorObjetivo CreateKpiPorObjetivo(int codigo, string descripcion, decimal peso, string tipo, string meta, decimal nota, decimal notaPonderada)
Create a new KpiPorObjetivo object. 
			
				
		
	Parameters
- 
							
intcodigo - Initial value of the Codigo property.
 - 
							
stringdescripcion - Initial value of the Descripcion property.
 - 
							
decimalpeso - Initial value of the Peso property.
 - 
							
stringtipo - Initial value of the Tipo property.
 - 
							
stringmeta - Initial value of the Meta property.
 - 
							
decimalnota - Initial value of the Nota property.
 - 
							
decimalnotaPonderada - Initial value of the NotaPonderada property.
 
Public properties
int Codigo get; set;
Codigo del kpi por objetivos 
		
	string Descripcion get; set;
Descripcion del kpi 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
Nullable<DateTime> FechaGrabacion get; set;
Fecha de inserción 
		
	Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha de última modificación 
		
	string Meta get; set;
Descripcion de la meta del kpi 
		
	decimal Nota get; set;
Resultado de comparar el valor meta con el valor obtenido 
		
	decimal NotaPonderada get; set;
nota que resulta despues de multiplicar con el peso 
		
	ObjetivoEvaluacion Objetivo get; set;
Objetivo de evaluacion 
		
	EntityReference<ObjetivoEvaluacion> ObjetivoReference get; set;
Objetivo de evaluacion 
		
	string Observacion get; set;
Observaciones del evaluador 
		
	string Operador get; set;
Operador que se utilizara para comparar el valor de la meta en caso de ser tipo SiNo 
		
	decimal Peso get; set;
Ponderacion que posee el kpi con respecto a los demas kpi del mismo objetivo 
		
	string RawPropertyBagData get; set;
Data de los campos adicionales 
		
	string Tipo get; set;
Tipo de kpi que se evaluara [SiNo|Proporcional|Porcentual] 
		
	string UnidadMeta get; set;
Unidad en la que es medido el valor de la meta 
		
	string UsuarioGrabacion get; set;
Usuario que inserta 
		
	string UsuarioUltimaModificacion get; set;
Usuario que realizó la ultima modificación 
		
	Nullable<decimal> Valor get; set;
Valor obtenido en la evaluacion 
		
	Nullable<decimal> ValorMeta get; set;
Valor numerico para poder superar la meta