Type RangoLogroObjetivos
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IHasPropertyBag, IAuditedEntity
Rangos de logro de objetivos
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
RangoLogroObjetivos CreateRangoLogroObjetivos(int codigo, decimal valor, string nombre)
Create a new RangoLogroObjetivos object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
decimal
valor - Initial value of the Valor property.
-
string
nombre - Initial value of the Nombre property.
Public properties
int Codigo get; set;
Código
string Descripcion get; set;
Descripcion del puntaje para evalaucion de objetivo
EntityKey EntityKey get; set;
EntityState EntityState get;
Nullable<DateTime> FechaGrabacion get; set;
No Metadata Documentation available.
Nullable<DateTime> FechaUltimaModificacion get; set;
No Metadata Documentation available.
string Nombre get; set;
Nombre del puntaje para evaluacion de objetivo
EntityCollection<ObjetivoEvaluacion> ObjetivosEvaluacion get; set;
No Metadata Documentation available.
PeriodoEvaluacion PeriodoEvaluacion get; set;
Período de Evaluación
EntityReference<PeriodoEvaluacion> PeriodoEvaluacionReference get; set;
Período de Evaluación
Nullable<decimal> RangoFin get; set;
Rango final de porcentaje de logro de objetivos
Nullable<decimal> RangoInicio get; set;
Rango inicial de porcentaje de logro de objetivos
string RawPropertyBagData get; set;
Data de campos adicionales
string UsuarioGrabacion get; set;
No Metadata Documentation available.
string UsuarioUltimaModificacion get; set;
No Metadata Documentation available.
decimal Valor get; set;
Valor que se usa como como nota (porcentaje de logro de objetivos) para este rango.