Evolution : Data Model API Documentation

Type SolicitudHoraExtra

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IReadonlyWhenAuthorizedEntity, IFinalizationEntity

Events

PropertyChanged

PropertyChanging

Public static methods

SolicitudHoraExtra CreateSolicitudHoraExtra(int codigo, DateTime fechaInicio, DateTime fechaFin, string estadoDb, DateTime fechaCambioEstado, string estadoInterpretacionDb, bool ingresadoPortal)

Create a new SolicitudHoraExtra object.
Parameters
int codigo
Initial value of the Codigo 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.
string estadoInterpretacionDb
Initial value of the EstadoInterpretacionDb property.
bool ingresadoPortal
Initial value of the IngresadoPortal property.

Public properties

int Codigo get; set;

Código de Hora extra

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 workflow

string ComentarioAnulacion get; set;

Comentario de anulación

Empleo Empleado get; set;

Empleado al que le afectan las horas extras

EntityReference<Empleo> EmpleadoReference get; set;

Empleado al que le afectan las horas extras

Empleo EmpleadoSolicitante get; set;

Empleado que pone la solicitud

EntityReference<Empleo> EmpleadoSolicitanteReference get; set;

Empleado que pone la solicitud

EntityKey EntityKey get; set;

EntityState EntityState get;

EstadoAccion Estado get; set;

Estado de la Solicitud

Nullable<AuthorizationWorkflowEntityState> EstadoAuthorizationWorkflow get; set;

Estado de la entidad manejada por workflow

string EstadoAuthorizationWorkflowDb get; set;

Estado del workflow

string EstadoDb get; set;

Estado de la entidad

EstadoInterpretacionHorasExtras EstadoInterpretacion get; set;

Estado de la interpretación de la solicitud

string EstadoInterpretacionDb get; set;

Estado de la interpretación

DateTime FechaCambioEstado get; set;

Fecha de cambio de estado

DateTime FechaFin get; set;

Fecha y hora de fin

Nullable<DateTime> FechaGrabacion get; set;

Fecha de inserción

DateTime FechaInicio get; set;

Fecha y hora de inicio

Nullable<DateTime> FechaInterpretacion get; set;

Fecha de última interpretación

Nullable<DateTime> FechaUltimaModificacion get; set;

Fecha de última modificación

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<HoraExtra> HorasExtras get; set;

Horas extras generadas por la solicitud

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

Mensaje generado por la interpretación

PeriodoPlanilla PeriodoPlanilla get; set;

Período en el que se pagarán las horas extras

EntityReference<PeriodoPlanilla> PeriodoPlanillaReference get; set;

Período en el que se pagarán las horas extras

string UsuarioGrabacion get; set;

Usuario que inserta

string UsuarioInterpretacion get; set;

Usuario que generó la última interpretación

string UsuarioUltimaModificacion get; set;

Usuario que realizó la última modificación