Type PlanificacionObjetivosAnuales
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IHasPropertyBag, IAuthorizationWorkflowManagedEntity, IFinalizationEntity
No Metadata Documentation available.
Events
Methods
- CreatePlanificacionObjetivosAnuales
- ShouldSerializeObjetivosAnuales
- ShouldSerializeParametroObjetivoAnual
- ShouldSerializeParametroObjetivoAnualReference
Properties
- Codigo
- CodigoEmpleadoAutorizadorWorkflow
- CodigoEmpleadoDefineAutorizaciones
- CodigoEmpleadoSolicitante
- CodigoEmpleadoSujetoAccion
- CodigoInstanciaWorkflow
- ComentarioAnulacion
- EmpleoEvaluado
- EmpleoEvaluador
- EmpleoEvaluadoReference
- EmpleoEvaluadorReference
- EntityKey
- EntityState
- Estado
- EstadoAuthorizationWorkflow
- EstadoAuthorizationWorkflowDb
- EstadoDB
- FechaCambioEstado
- FechaGrabacion
- FechaUltimaModificacion
- IngresadoPortal
- ObjetivosAnuales
- ParametroObjetivoAnual
- ParametroObjetivoAnualReference
- PlazaEvaluado
- PlazaEvaluador
- PlazaEvaluadoReference
- PlazaEvaluadorReference
- RawPropertyBagData
- UsuarioGrabacion
- UsuarioUltimaModificacion
Events
PropertyChanged
PropertyChanging
Public instance methods
bool ShouldSerializeObjetivosAnuales()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría
bool ShouldSerializeParametroObjetivoAnual()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría
bool ShouldSerializeParametroObjetivoAnualReference()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría
Public static methods
PlanificacionObjetivosAnuales CreatePlanificacionObjetivosAnuales(int codigo, string estadoDB, DateTime fechaCambioEstado, string estadoAuthorizationWorkflowDb, bool ingresadoPortal)
Create a new PlanificacionObjetivosAnuales object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
string
estadoDB - Initial value of the EstadoDB property.
-
DateTime
fechaCambioEstado - Initial value of the FechaCambioEstado property.
-
string
estadoAuthorizationWorkflowDb - Initial value of the EstadoAuthorizationWorkflowDb property.
-
bool
ingresadoPortal - Initial value of the IngresadoPortal property.
Public properties
int Codigo get; set;
Codigo de la Planificacion de objetivos
Nullable<int> CodigoEmpleadoAutorizadorWorkflow get; set;
Código del empleado responsable de la entidad, usado para incluirlo en el flujo de autorización
mediante una actividad especial.
int CodigoEmpleadoDefineAutorizaciones get; set;
Código del Empleado que Define las Autorizaciones
int CodigoEmpleadoSolicitante get; set;
Código del empleado solicitante
Nullable<int> CodigoEmpleadoSujetoAccion get; set;
Código del empleado sujeto de la acción
string CodigoInstanciaWorkflow get; set;
Código del flujo que define la autorización de la entidad
string ComentarioAnulacion get; set;
Comentario que digita el usuario cuando se anula una acción
Empleo EmpleoEvaluado get; set;
empleo del evaluado
Empleo EmpleoEvaluador get; set;
Empleo del evaluador
EntityReference<Empleo> EmpleoEvaluadoReference get; set;
empleo del evaluado
EntityReference<Empleo> EmpleoEvaluadorReference get; set;
Empleo del evaluador
EntityKey EntityKey get; set;
EntityState EntityState get;
EstadoAccion Estado get; set;
Estado de la Entidad
Nullable<AuthorizationWorkflowEntityState> EstadoAuthorizationWorkflow get; set;
Estado de la entidad manejada por workflow
string EstadoAuthorizationWorkflowDb get; set;
Estado del flujo
string EstadoDB get; set;
Estado en el que se encuetra el objetivo
DateTime FechaCambioEstado get; set;
Fecha de cambio de estado
Nullable<DateTime> FechaGrabacion get; set;
Fecha en la que se creo el registro
Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha en que modificó el registro la última vez
bool IngresadoPortal get; set;
Indica si la solicitud fue hecha desde el portal
EntityCollection<ObjetivoAnual> ObjetivosAnuales get; set;
Conjunto de objetivos anuales
ParametroObjetivosAnuales ParametroObjetivoAnual get; set;
Parametro de objetivo anual
EntityReference<ParametroObjetivosAnuales> ParametroObjetivoAnualReference get; set;
Parametro de objetivo anual
Plaza PlazaEvaluado get; set;
Plaza del empleado evaluado
Plaza PlazaEvaluador get; set;
Plaza del empleado evaluador
EntityReference<Plaza> PlazaEvaluadoReference get; set;
Plaza del empleado evaluado
EntityReference<Plaza> PlazaEvaluadorReference get; set;
Plaza del empleado evaluador
string RawPropertyBagData get; set;
Data de los campos adicionales
string UsuarioGrabacion get; set;
Usuario que creó el registro
string UsuarioUltimaModificacion get; set;
Usuario que modificó el registro la última vez