Type SolicitudConstancia
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IReadonlyWhenAuthorizedEntity, IHasPropertyBag, IFinalizationEntity, IFileAttachmentCapableEntity
Representa una solicitud de constancia
Events
Methods
Properties
- Codigo
- CodigoEmpleadoAutorizadorWorkflow
- CodigoEmpleadoDefineAutorizaciones
- CodigoEmpleadoSolicitante
- CodigoEmpleadoSujetoAccion
- CodigoInstanciaWorkflow
- ComentarioAnulacion
- Comentarios
- DirigidaA
- EmpleadoDelegado
- EmpleadoDelegadoReference
- EmpleadoSolicitante
- EmpleadoSolicitanteReference
- EntityKey
- EntityState
- EsPersonal
- Estado
- EstadoAuthorizationWorkflow
- EstadoAuthorizationWorkflowDb
- EstadoDb
- FechaCambioEstado
- FechaGrabacion
- FechaRegreso
- FechaSalida
- FechaSolicitud
- FechaUltimaModificacion
- FileAttachments
- IngresadoPortal
- IsFinalizing
- MotivoViaje
- NombreDelegado
- RawPropertyBagData
- Tipo
- TipoDb
- UsuarioGrabacion
- UsuarioUltimaModificacion
Events
PropertyChanged
PropertyChanging
Public static methods
SolicitudConstancia CreateSolicitudConstancia(int codigo, DateTime fechaSolicitud, string estadoDb, DateTime fechaCambioEstado, string tipoDb, bool esPersonal, string estadoAuthorizationWorkflowDb, bool ingresadoPortal)
Create a new SolicitudConstancia object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
DateTime
fechaSolicitud - Initial value of the FechaSolicitud property.
-
string
estadoDb - Initial value of the EstadoDb property.
-
DateTime
fechaCambioEstado - Initial value of the FechaCambioEstado property.
-
string
tipoDb - Initial value of the TipoDb property.
-
bool
esPersonal - Initial value of the EsPersonal 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 de solicitud
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 instancia de workflow
string ComentarioAnulacion get; set;
Comentario de anulación
string Comentarios get; set;
Comentarios de solicitud
string DirigidaA get; set;
A quien está dirigida
Empleo EmpleadoDelegado get; set;
Empleado al que se le delega
EntityReference<Empleo> EmpleadoDelegadoReference get; set;
Empleado al que se le delega
Empleo EmpleadoSolicitante get; set;
Empleado que solicita
EntityReference<Empleo> EmpleadoSolicitanteReference get; set;
Empleado que solicita
EntityKey EntityKey get; set;
EntityState EntityState get;
bool EsPersonal get; set;
¿Es personal o puede ser delegada?
EstadoAccion Estado get; set;
Estado de Solicitud
Nullable<AuthorizationWorkflowEntityState> EstadoAuthorizationWorkflow get; set;
Estado de la entidad manejada por workflow
string EstadoAuthorizationWorkflowDb get; set;
Estado de workflow
string EstadoDb get; set;
Estado de solicitud
DateTime FechaCambioEstado get; set;
Fecha de cambio de estado
Nullable<DateTime> FechaGrabacion get; set;
Fecha de inserción
Nullable<DateTime> FechaRegreso get; set;
Fecha de regreso (cuando es constancia para embajada)
Nullable<DateTime> FechaSalida get; set;
Fecha de salida (cuando es constancia para embajada)
DateTime FechaSolicitud get; set;
Fecha de elaboración de solicitud
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
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 MotivoViaje get; set;
Motivo viaje (cuando es constancia para embajada)
string NombreDelegado get; set;
Nombre del delegado
string RawPropertyBagData get; set;
Data de property bag
TipoSolicitudConstancia Tipo get; set;
Tipo de Constancia
string TipoDb get; set;
Tipo de solicitud
string UsuarioGrabacion get; set;
Usuario que inserta
string UsuarioUltimaModificacion get; set;
Usuario que realiza la última modificación