Type Incidente
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IHasPropertyBag, IFileAttachmentCapableEntity, IFinalizationEntity, IAuthorizationWorkflowManagedEntity
Incidente o accidentes que ocurren en la organización
Events
Methods
- CreateIncidente
- ShouldSerializeAreaTrabajoReference
- ShouldSerializeProducto
- ShouldSerializeProductoReference
Properties
- AccionesCorrectivas
- AccionesPreventivas
- Actividad
- ActividadReference
- AreaTrabajo
- AreaTrabajoReference
- Causas
- Codigo
- CodigoEmpleadoAutorizadorWorkflow
- CodigoEmpleadoDefineAutorizaciones
- CodigoEmpleadoSolicitante
- CodigoEmpleadoSujetoAccion
- CodigoInstanciaWorkflow
- CodigoVisual
- ComentarioAnulacion
- ComentarioCierre
- ConsultasMedicas
- EmpleadoSolicitante
- EmpleadoSolicitanteReference
- EntityKey
- EntityState
- Estado
- EstadoAuthorizationWorkflow
- EstadoAuthorizationWorkflowDb
- EstadoDb
- Fecha
- FechaCambioEstado
- FechaGrabacion
- FechaUltimaModificacion
- FileAttachments
- IngresadoPortal
- IsFinalizing
- Motivo
- Nombre
- PersonasAfectadas
- Producto
- ProductoReference
- RawPropertyBagData
- Riesgo
- RiesgoReference
- Tipo
- UsuarioGrabacion
- UsuarioUltimaModificacion
Events
PropertyChanged
PropertyChanging
Public instance methods
bool ShouldSerializeAreaTrabajoReference()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría
bool ShouldSerializeProducto()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría
bool ShouldSerializeProductoReference()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría
Public static methods
Incidente CreateIncidente(int codigo, string nombre, string tipo, DateTime fecha, string motivo, string estadoDb, DateTime fechaCambioEstado, string estadoAuthorizationWorkflowDb, bool ingresadoPortal)
Create a new Incidente object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
string
nombre - Initial value of the Nombre property.
-
string
tipo - Initial value of the Tipo property.
-
DateTime
fecha - Initial value of the Fecha property.
-
string
motivo - Initial value of the Motivo 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
string AccionesCorrectivas get; set;
Acciones correctivas para el incidente
string AccionesPreventivas get; set;
Acciones preventivas para el incidente
Actividad Actividad get; set;
Actividad donde ocurrió el incidente/accidente
EntityReference<Actividad> ActividadReference get; set;
Actividad donde ocurrió el incidente/accidente
AreaTrabajo AreaTrabajo get; set;
Área de trabajo donde ocurrió el incidente/accidente
EntityReference<AreaTrabajo> AreaTrabajoReference get; set;
Área de trabajo donde ocurrió el incidente/accidente
EntityCollection<Causa> Causas get; set;
Causas del incidente
int Codigo get; set;
Código del incidente/accidente
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 CodigoVisual get; set;
Código visual del incidente, generado automáticamente por el sistema
string ComentarioAnulacion get; set;
Comentario que digita el usuario cuando se anula una acción
string ComentarioCierre get; set;
Comentario de cierre del incidente
EntityCollection<ConsultaMedica> ConsultasMedicas get; set;
Consultas médicas asociadas a un incidente
Empleo EmpleadoSolicitante get; set;
Empleado responsable por la acción (quien la solicita en nombre del empleado afecto)
EntityReference<Empleo> EmpleadoSolicitanteReference get; set;
Empleado responsable por la acción (quien la solicita en nombre del empleado afecto)
EntityKey EntityKey get; set;
EntityState EntityState get;
EstadoIncidente Estado get; set;
Estado de la entidad del riesgo
Nullable<AuthorizationWorkflowEntityState> EstadoAuthorizationWorkflow get; set;
Estado de la entidad manejada por workflow
string EstadoAuthorizationWorkflowDb get; set;
Estado del flujo
string EstadoDb get; set;
Estado del incidente: Pendiente, Abrierto, En Proceso, Cerrado, Anulado y Denegado
DateTime Fecha get; set;
Fecha en la que ocurrió el incidente/accidente
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
Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha en que se modificó el registo
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 Motivo get; set;
Motivo del incidente/accidente
string Nombre get; set;
Nombre del incidente/accidente
EntityCollection<PersonaAfectada> PersonasAfectadas get; set;
Personas afectadas en el incidente
Producto Producto get; set;
Producto si aplica, asociado al incidente/accidente
EntityReference<Producto> ProductoReference get; set;
Producto si aplica, asociado al incidente/accidente
string RawPropertyBagData get; set;
Información de campos adicionales
Riesgo Riesgo get; set;
Riesgo si aplica, que provocó el incidente/accidente
EntityReference<Riesgo> RiesgoReference get; set;
Riesgo si aplica, que provocó el incidente/accidente
string Tipo get; set;
Tipo de ocurrencia: Incidente o Accidente
string UsuarioGrabacion get; set;
Usuario que creó el registro
string UsuarioUltimaModificacion get; set;
Usuario que modificó el registro