Evolution : Data Model API Documentation

Type KpiPorObjetivo

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IHasPropertyBag, IAuditedEntity

Events

PropertyChanged

PropertyChanging

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
int codigo
Initial value of the Codigo property.
string descripcion
Initial value of the Descripcion property.
decimal peso
Initial value of the Peso property.
string tipo
Initial value of the Tipo property.
string meta
Initial value of the Meta property.
decimal nota
Initial value of the Nota property.
decimal notaPonderada
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