Type AdministracionDeEncuesta
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IFinalizationEntity, IHasPropertyBag, IAuthorizationWorkflowManagedEntity
No Metadata Documentation available.
Events
Methods
Properties
- Codigo
- CodigoEmpleadoAutorizadorWorkflow
- CodigoEmpleadoDefineAutorizaciones
- CodigoEmpleadoSolicitante
- CodigoEmpleadoSujetoAccion
- CodigoInstanciaWorkflow
- DetalleEncuestadosCompanias
- DetalleEncuestadosGrupoCorporativo
- DetalleEncuestadosPlazas
- DetalleEncuestadosPuestos
- DetalleEncuestadosTiposPuesto
- DetalleEncuestadosUnidades
- EmpleadoResponsable
- EmpleadoResponsableReference
- EncuestarTodosEmpleadosActivos
- Encuestas
- EntityKey
- EntityState
- EstadoAuthorizationWorkflow
- EstadoAuthorizationWorkflowDb
- EstadoDb
- FechaFin
- FechaGrabacion
- FechaInicio
- FechaUltimaModificacion
- FormularioDinamico
- FormularioDinamicoReference
- GruposPregunta
- IngresadoPortal
- LabelDerechoDefault
- LabelIzquierdoDefault
- Nombre
- NumeroOpciones
- Objetivo
- PlanesDeAccion
- RangosDeClasificacion
- RawPropertyBagData
- SolicitarAntiguedad
- SolicitarCategoriaDePuesto
- SolicitarEdad
- SolicitarEscolaridad
- SolicitarGenero
- SolicitarUnidad
- UsuarioGrabacion
- UsuarioUltimaModificacion
Events
PropertyChanged
PropertyChanging
Public static methods
AdministracionDeEncuesta CreateAdministracionDeEncuesta(int codigo, string nombre, DateTime fechaInicio, DateTime fechaFin, bool encuestarTodosEmpleadosActivos, bool solicitarGenero, bool solicitarEdad, bool solicitarEscolaridad, bool solicitarAntiguedad, bool solicitarUnidad, bool solicitarCategoriaDePuesto, string labelIzquierdoDefault, string labelDerechoDefault, int numeroOpciones, string estadoDb, string estadoAuthorizationWorkflowDb, bool ingresadoPortal)
Create a new AdministracionDeEncuesta object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
string
nombre - Initial value of the Nombre property.
-
DateTime
fechaInicio - Initial value of the FechaInicio property.
-
DateTime
fechaFin - Initial value of the FechaFin property.
-
bool
encuestarTodosEmpleadosActivos - Initial value of the EncuestarTodosEmpleadosActivos property.
-
bool
solicitarGenero - Initial value of the SolicitarGenero property.
-
bool
solicitarEdad - Initial value of the SolicitarEdad property.
-
bool
solicitarEscolaridad - Initial value of the SolicitarEscolaridad property.
-
bool
solicitarAntiguedad - Initial value of the SolicitarAntiguedad property.
-
bool
solicitarUnidad - Initial value of the SolicitarUnidad property.
-
bool
solicitarCategoriaDePuesto - Initial value of the SolicitarCategoriaDePuesto property.
-
string
labelIzquierdoDefault - Initial value of the LabelIzquierdoDefault property.
-
string
labelDerechoDefault - Initial value of the LabelDerechoDefault property.
-
int
numeroOpciones - Initial value of the NumeroOpciones property.
-
string
estadoDb - Initial value of the EstadoDb property.
-
string
estadoAuthorizationWorkflowDb - Initial value of the EstadoAuthorizationWorkflowDb property.
-
bool
ingresadoPortal - Initial value of the IngresadoPortal property.
Public properties
int Codigo get; set;
No Metadata Documentation available.
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
EntityCollection<Compania> DetalleEncuestadosCompanias get; set;
No Metadata Documentation available.
EntityCollection<GrupoCorporativo> DetalleEncuestadosGrupoCorporativo get; set;
No Metadata Documentation available.
EntityCollection<Plaza> DetalleEncuestadosPlazas get; set;
No Metadata Documentation available.
EntityCollection<Puesto> DetalleEncuestadosPuestos get; set;
No Metadata Documentation available.
EntityCollection<CategoriaPuesto> DetalleEncuestadosTiposPuesto get; set;
No Metadata Documentation available.
EntityCollection<Unidad> DetalleEncuestadosUnidades get; set;
No Metadata Documentation available.
Empleo EmpleadoResponsable get; set;
No Metadata Documentation available.
EntityReference<Empleo> EmpleadoResponsableReference get; set;
No Metadata Documentation available.
bool EncuestarTodosEmpleadosActivos get; set;
EntityCollection<Encuesta> Encuestas get; set;
No Metadata Documentation available.
EntityKey EntityKey get; set;
EntityState EntityState get;
Nullable<AuthorizationWorkflowEntityState> EstadoAuthorizationWorkflow get; set;
Estado de la entidad manejada por workflow
string EstadoAuthorizationWorkflowDb get; set;
string EstadoDb get; set;
DateTime FechaFin get; set;
Nullable<DateTime> FechaGrabacion get; set;
Fecha de inserción
DateTime FechaInicio get; set;
Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha de última modificación
FormularioDinamico FormularioDinamico get; set;
No Metadata Documentation available.
EntityReference<FormularioDinamico> FormularioDinamicoReference get; set;
No Metadata Documentation available.
EntityCollection<GrupoPregunta> GruposPregunta get; set;
Grupos de pregunta que se realizaran en las encuestas
bool IngresadoPortal get; set;
Indica si la solicitud fue hecha desde el portal
string LabelDerechoDefault get; set;
string LabelIzquierdoDefault get; set;
string Nombre get; set;
Nombre de la Encuesta
int NumeroOpciones get; set;
string Objetivo get; set;
EntityCollection<PlanDeAccion> PlanesDeAccion get; set;
No Metadata Documentation available.
EntityCollection<RangoClasificacion> RangosDeClasificacion get; set;
No Metadata Documentation available.
string RawPropertyBagData get; set;
Data del property bag
bool SolicitarAntiguedad get; set;
bool SolicitarCategoriaDePuesto get; set;
bool SolicitarEdad get; set;
bool SolicitarEscolaridad get; set;
bool SolicitarGenero get; set;
bool SolicitarUnidad get; set;
string UsuarioGrabacion get; set;
Usuario que inserta
string UsuarioUltimaModificacion get; set;
Usuario que realizó la ultima modificación