Evolution : Data Model API Documentation

Type Movimiento

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IBatchableEntity, IAuditedEntity, IReadonlyWhenAuthorizedEntity, IDeferredFinalizationEntity, IHasPropertyBag, IFileAttachmentCapableEntity

Events

PropertyChanged

PropertyChanging

Public static methods

Movimiento CreateMovimiento(int codigo, DateTime fechaSolicitud, DateTime fechaVigencia, string motivo, string estadoDb, string estadoAuthorizationWorkflowDb, DateTime fechaCambioEstado, bool ingresadoPortal)

Create a new Movimiento object.
Parameters
int codigo
Initial value of the Codigo property.
DateTime fechaSolicitud
Initial value of the FechaSolicitud property.
DateTime fechaVigencia
Initial value of the FechaVigencia property.
string motivo
Initial value of the Motivo property.
string estadoDb
Initial value of the EstadoDb property.
string estadoAuthorizationWorkflowDb
Initial value of the EstadoAuthorizationWorkflowDb property.
DateTime fechaCambioEstado
Initial value of the FechaCambioEstado property.
bool ingresadoPortal
Initial value of the IngresadoPortal property.

Public properties

CandidatoConcurso CandidatoConcursoSeleccion get; set;

Apunta al candidato "interno" elegido en un concurso de selección y cuya contratación generó esta acción

EntityReference<CandidatoConcurso> CandidatoConcursoSeleccionReference get; set;

Apunta al candidato "interno" elegido en un concurso de selección y cuya contratación generó esta acción

int Codigo get; set;

Código del movimiento

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 de flujo

Nullable<int> CodigoLoteMasivo get; set;

Identificador único de lote, cuando la acción pertenece a una acción masiva

string ComentarioAnulacion get; set;

Empleo Empleo get; set;

Empleo que se moverá

EntityReference<Empleo> EmpleoReference get; set;

Empleo que se moverá

Empleo EmpleoSolicita get; set;

Empleado que solicita que se aplique este movimiento de personal

EntityReference<Empleo> EmpleoSolicitaReference get; set;

Empleado que solicita que se aplique este movimiento de personal

EntityKey EntityKey get; set;

EntityState EntityState get;

EstadoAccion Estado get; set;

Estado del Movimiento

Nullable<AuthorizationWorkflowEntityState> EstadoAuthorizationWorkflow get; set;

Estado de la entidad manejada por workflow

string EstadoAuthorizationWorkflowDb get; set;

Estado del flujo

string EstadoDb get; set;

Estado de la accion. P = Pendiente, A = Autorizado, D = Denegado, N = Anulado

Expediente ExpedienteDigita get; set;

Expediente que crea el Movimiento

EntityReference<Expediente> ExpedienteDigitaReference get; set;

Expediente que crea el Movimiento

DateTime FechaCambioEstado get; set;

Fecha del último cambio de estado de la acción

Nullable<DateTime> FechaGrabacion get; set;

Fecha de inserción

DateTime FechaSolicitud get; set;

Fecha de solicitud del movimiento

Nullable<DateTime> FechaUltimaModificacion get; set;

Fecha de última modificación

DateTime FechaVigencia get; set;

Fecha de inicio de vigencia del movimiento

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<Incremento> IncrementosAsociados get; set;

Incrementos asociados al movimiento

bool IngresadoPortal get; set;

Indica si la solicitud fue hecha desde el portal

bool IsFinalizing get; set;

Indica si la entidad se está finalizando en este momento

string Motivo get; set;

Motivo del movimiento

Plaza PlazaAnterior get; set;

Plaza anterior

EntityReference<Plaza> PlazaAnteriorReference get; set;

Plaza anterior

Plaza PlazaNueva get; set;

Plaza nueva

EntityReference<Plaza> PlazaNuevaReference get; set;

Plaza nueva

string RawPropertyBagData get; set;

Datos del propertybag

TipoMovimiento TipoMovimiento get; set;

Tipo de movimiento

EntityReference<TipoMovimiento> TipoMovimientoReference get; set;

Tipo de movimiento

string UsuarioGrabacion get; set;

Usuario que insertó

string UsuarioUltimaModificacion get; set;

Usuario que hizo la última modificación