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 static methods
ObjetivoPuesto CreateObjetivoPuesto(int codigo, string definicion, short orden)
Create a new ObjetivoPuesto object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
string
definicion - Initial value of the Definicion property.
-
short
orden - 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