Evolution : Data Model API Documentation

Type CambioUnidad

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IHasPropertyBag, IReadonlyWhenAuthorizedEntity, IBatchableEntity, IDeferredFinalizationEntity

Events

PropertyChanged

PropertyChanging

Public static methods

CambioUnidad CreateCambioUnidad(int codigo, DateTime fechaSolicitud, DateTime fechaVigencia, string estadoDb, DateTime fechaCambioEstado, string estadoAuthorizationWorkflowDb, bool ingresadoPortal)

Create a new CambioUnidad 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 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;

Código del cambio de unidad

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

Nullable<int> CodigoLoteMasivo get; set;

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

string ComentarioAnulacion get; set;

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

EntityCollection<EmpleoCambioUnidad> EmpleosCambioUnidad get; set;

Empleos a los que se les cambiara la unidad

Empleo EmpleoSolicita get; set;

Empleo que solicita el cambio de unidad

EntityReference<Empleo> EmpleoSolicitaReference get; set;

Empleo que solicita el cambio de unidad

EntityKey EntityKey get; set;

EntityState EntityState get;

EstadoAccion Estado get; set;

Estado del Cambio de Tipo de Planilla

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

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

Fecha de solicitud del cambio de unidad

Nullable<DateTime> FechaUltimaModificacion get; set;

Fecha en que se modificó por última vez

DateTime FechaVigencia get; set;

Fecha de vigencia para el cambio de unidad

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 cambio de unidad

Plaza PlazaJefeAnterior get; set;

Plaza jefe anterior

EntityReference<Plaza> PlazaJefeAnteriorReference get; set;

Plaza jefe anterior

Plaza PlazaJefeNueva get; set;

Plaza jefe nueva

EntityReference<Plaza> PlazaJefeNuevaReference get; set;

Plaza jefe nueva

string RawPropertyBagData get; set;

Data de los campos adicionales

Unidad UnidadAnterior get; set;

Unidad anterior

EntityReference<Unidad> UnidadAnteriorReference get; set;

Unidad anterior

Unidad UnidadNueva get; set;

Unidad nueva para la plaza

EntityReference<Unidad> UnidadNuevaReference get; set;

Unidad nueva para la plaza

string UsuarioGrabacion get; set;

Usuario que creó el registro

string UsuarioUltimaModificacion get; set;

Usuario que realizó la última modificación del registro