Evolution : Data Model API Documentation

Type DevolucionVacacion

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IHasPropertyBag, IAuditedEntity, IReadonlyWhenAuthorizedEntity, IFinalizationEntity, IFileAttachmentCapableEntity

Events

PropertyChanged

PropertyChanging

Public instance methods

bool ShouldSerializeDetallesDevolucionesVacaciones()

Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría

Public static methods

DevolucionVacacion CreateDevolucionVacacion(int codigo, DateTime fechaSolicita, string estadoDb, DateTime fechaCambioEstado, string estadoAuthorizationWorkflowDb, bool ingresadoPortal)

Create a new DevolucionVacacion object.
Parameters
int codigo
Initial value of the Codigo property.
DateTime fechaSolicita
Initial value of the FechaSolicita 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 Devolucion

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 que se utiliza para autorizar el flujo

string ComentarioAnulacion get; set;

Comentario que digita el usuario cuando se anula una acción

EntityCollection<DetalleDevolucionVacacion> DetallesDevolucionesVacaciones get; set;

No Metadata Documentation available.

Empleo Empleo get; set;

No Metadata Documentation available.

EntityReference<Empleo> EmpleoReference get; set;

No Metadata Documentation available.

Empleo EmpleoSolicita get; set;

No Metadata Documentation available.

EntityReference<Empleo> EmpleoSolicitaReference get; set;

No Metadata Documentation available.

EntityKey EntityKey get; set;

EntityState EntityState get;

EstadoAccion Estado get; set;

Estado de la Solicitud de Vacaciones

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 auditoría puede ser: Pendiente, Anulado, Denegado, Programada, Ejecutada y Cerrada

DateTime FechaCambioEstado get; set;

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

Nullable<DateTime> FechaGrabacion get; set;

Fecha en que se creó el registro

DateTime FechaSolicita get; set;

Fecha en la que se solicita la devolución

Nullable<DateTime> FechaUltimaModificacion get; set;

Fecha en que se modificó el registro

List<Guid> FileAttachments get; set;

Contiene la información cruda del XML que contiene las referencias a los file uploads que se han hecho

bool IngresadoPortal get; set;

Si la entidad es iniciada desde el portal o no

bool IsFinalizing get; set;

Indica si la entidad se está finalizando en este momento

string Justificacion get; set;

Justificacion de la devolición de Vacación

string RawPropertyBagData get; set;

Información de campos adicionales

SolicitudVacacion SolicitudDiasVacacion get; set;

No Metadata Documentation available.

EntityReference<SolicitudVacacion> SolicitudDiasVacacionReference get; set;

No Metadata Documentation available.

string UsuarioGrabacion get; set;

Usuario que creó el registro

string UsuarioUltimaModificacion get; set;

Usuario que modificó el registro