Type EstructuraSeguridadOcupacional
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IHasPropertyBag, IFileAttachmentCapableEntity, IAuthorizationWorkflowManagedEntity, IFinalizationEntity
Estructuras de roles del sistema de seguridad ocupacional
Events
Methods
Properties
- Codigo
- CodigoEmpleadoAutorizadorWorkflow
- CodigoEmpleadoDefineAutorizaciones
- CodigoEmpleadoSolicitante
- CodigoEmpleadoSujetoAccion
- CodigoInstanciaWorkflow
- ComentarioAnulacion
- Compania
- CompaniaReference
- EntityKey
- EntityState
- Estado
- EstadoAuthorizationWorkflow
- EstadoAuthorizationWorkflowDb
- EstadoDb
- FechaCambioEstado
- FechaFin
- FechaGrabacion
- FechaInicio
- FechaUltimaModificacion
- FileAttachments
- IngresadoPortal
- IsFinalizing
- RawPropertyBagData
- RolesSeguridadOcupacional
- UsuarioGrabacion
- UsuarioUltimaModificacion
Events
PropertyChanged
PropertyChanging
Public static methods
EstructuraSeguridadOcupacional CreateEstructuraSeguridadOcupacional(int codigo, DateTime fechaInicio, string estadoDb, DateTime fechaCambioEstado, string estadoAuthorizationWorkflowDb, bool ingresadoPortal)
Create a new EstructuraSeguridadOcupacional object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
DateTime
fechaInicio - Initial value of the FechaInicio 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 de la estructura
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 ComentarioAnulacion get; set;
Comentario que digita el usuario cuando se anula la autorización
Compania Compania get; set;
Empresa en la que se crea la estructura de roles
EntityReference<Compania> CompaniaReference get; set;
Empresa en la que se crea la estructura de roles
EntityKey EntityKey get; set;
EntityState EntityState get;
EstadoEstructuraSeguridadOcupacional Estado get; set;
Estado del Control
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 estructura (Pendiente, Vigente o No Vigente)
DateTime FechaCambioEstado get; set;
Fecha del último cambio de estado del registro
Nullable<DateTime> FechaFin get; set;
Fecha final de vigencia
Nullable<DateTime> FechaGrabacion get; set;
Fecha en que se creó el registro
DateTime FechaInicio get; set;
Fecha inicial de vigencia
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 RawPropertyBagData get; set;
Información de campos adicionales
EntityCollection<RolSeguridadOcupacional> RolesSeguridadOcupacional get; set;
Roles de seguridad ocupacional que pertenecen a la estructura
string UsuarioGrabacion get; set;
Usuario que creó el registro
string UsuarioUltimaModificacion get; set;
Usuario que modificó el registro