Evolution : Data Model API Documentation

Type SustitucionTemporal

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IHasPropertyBag, IAuthorizationWorkflowManagedEntity, IFinalizationEntity

Events

PropertyChanged

PropertyChanging

Public static methods

SustitucionTemporal CreateSustitucionTemporal(int codigo, string motivoDb, DateTime fechaInicio, DateTime fechaFin, string estadoDb, DateTime fechaCambioEstado, bool ingresadoPortal, string estadoAuthorizationWorkflowDb, bool seEspecificaronHoras)

Create a new SustitucionTemporal object.
Parameters
int codigo
Initial value of the Codigo property.
string motivoDb
Initial value of the MotivoDb property.
DateTime fechaInicio
Initial value of the FechaInicio property.
DateTime fechaFin
Initial value of the FechaFin property.
string estadoDb
Initial value of the EstadoDb property.
DateTime fechaCambioEstado
Initial value of the FechaCambioEstado property.
bool ingresadoPortal
Initial value of the IngresadoPortal property.
string estadoAuthorizationWorkflowDb
Initial value of the EstadoAuthorizationWorkflowDb property.
bool seEspecificaronHoras
Initial value of the SeEspecificaronHoras property.

Public properties

int Codigo get; set;

Codigo de la Sustitucion temporal

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 EmpleadoSolicitante get; set;

Empleado que pone la solicitud

EntityReference<Empleo> EmpleadoSolicitanteReference get; set;

Empleado que pone la solicitud

Empleo EmpleadoSustituto get; set;

empleado el cual tomara el lugar del empleado titular

EntityReference<Empleo> EmpleadoSustitutoReference get; set;

empleado el cual tomara el lugar del empleado titular

Empleo EmpleadoTitular get; set;

empleado a sustituir

EntityReference<Empleo> EmpleadoTitularReference get; set;

empleado a sustituir

EntityKey EntityKey get; set;

EntityState EntityState get;

EstadoAccion Estado get; set;

Estado de la Solicitud de Capacitacion

Nullable<AuthorizationWorkflowEntityState> EstadoAuthorizationWorkflow get; set;

Estado de la entidad manejada por workflow

string EstadoAuthorizationWorkflowDb get; set;

Estado del flujo que define la autorización de la entidad

string EstadoDb get; set;

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

Expediente ExpedienteDigita get; set;

No Metadata Documentation available.

EntityReference<Expediente> ExpedienteDigitaReference get; set;

No Metadata Documentation available.

DateTime FechaCambioEstado get; set;

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

DateTime FechaFin get; set;

Fecha en que finaliza la sustitucion temporal

Nullable<DateTime> FechaGrabacion get; set;

Fecha en que se creó el registro

DateTime FechaInicio get; set;

Fecha en que inicia la sustitucion temporal

Nullable<DateTime> FechaUltimaModificacion get; set;

Fecha en que se realizó la última modificación

bool IngresadoPortal get; set;

Si la entidad es iniciada desde el portal o no

MotivoSustitucionTemporal Motivo get; set;

Motivos para una Sustitucion temporal

string MotivoDb get; set;

Motivod de la sustitucion. [Incapacidad, Ausencia, Permiso, Vacacion, Amonestacion]

string Observaciones get; set;

Observaciones de la sustitucion

EntityCollection<PeriodoSustitucionTemporal> PeriodosSustitucionTemporal get; set;

Conjuto de periodos de sustitucion

string RawPropertyBagData get; set;

Data de los campos adicionales

bool SeEspecificaronHoras get; set;

Indica si en la sustitucion se especificaron horas cuando es permitido

string UsuarioGrabacion get; set;

Usuario que creó el registro

string UsuarioUltimaModificacion get; set;

Usuario que se realizó la última modificación