Type ObjetivoSeguridadOcupacional
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IHasPropertyBag, IFileAttachmentCapableEntity, IAuthorizationWorkflowManagedEntity, IFinalizationEntity
Información de los objetivos del SGSS, estos permiten tener una evaluación del desempeño del sistema de gestión así como el cumplimiento de los mismos 
			
		
			Events
Methods
Properties
- Codigo
- CodigoEmpleadoAutorizadorWorkflow
- CodigoEmpleadoDefineAutorizaciones
- CodigoEmpleadoSolicitante
- CodigoEmpleadoSujetoAccion
- CodigoInstanciaWorkflow
- ComentarioAnulacion
- Compania
- CompaniaReference
- Descripcion
- EntityKey
- EntityState
- Estado
- EstadoAuthorizationWorkflow
- EstadoAuthorizationWorkflowDb
- EstadoDb
- FechaCambioEstado
- FechaGrabacion
- FechaUltimaModificacion
- FileAttachments
- IngresadoPortal
- IsFinalizing
- ObjetivosEvaluacionSeguridadOcupacional
- Orden
- RawPropertyBagData
- UsuarioGrabacion
- UsuarioUltimaModificacion
Events
PropertyChanged
PropertyChanging
Public static methods
ObjetivoSeguridadOcupacional CreateObjetivoSeguridadOcupacional(int codigo, string descripcion, string estadoDb, DateTime fechaCambioEstado, string estadoAuthorizationWorkflowDb, bool ingresadoPortal)
Create a new ObjetivoSeguridadOcupacional object. 
			
				
		
	Parameters
- 
							intcodigo
- Initial value of the Codigo property.
- 
							stringdescripcion
- Initial value of the Descripcion property.
- 
							stringestadoDb
- Initial value of the EstadoDb property.
- 
							DateTimefechaCambioEstado
- Initial value of the FechaCambioEstado property.
- 
							stringestadoAuthorizationWorkflowDb
- Initial value of the EstadoAuthorizationWorkflowDb property.
- 
							boolingresadoPortal
- Initial value of the IngresadoPortal property.
Public properties
int Codigo get; set;
Código del objetivo 
		
	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;
Compañía donde aplica el objetivo de seguridad ocupacional 
		
	EntityReference<Compania> CompaniaReference get; set;
Compañía donde aplica el objetivo de seguridad ocupacional 
		
	string Descripcion get; set;
Descripción del objetivo 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
EstadoEstructuraSeguridadOcupacional Estado get; set;
Estado del objetivo de seguridad ocupacional 
		
	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 objetivo (Pendiente, Vigente, Suprimido) 
		
	DateTime FechaCambioEstado get; set;
Fecha del último cambio de estado del registro 
		
	Nullable<DateTime> FechaGrabacion get; set;
Fecha en que se creó el registro 
		
	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 
		
	EntityCollection<ObjetivoEvaluacionSeguridadOcupacional> ObjetivosEvaluacionSeguridadOcupacional get; set;
Evaluaciones de objetivos donde está el objetivo 
		
	Nullable<int> Orden get; set;
Orden del objetivo 
		
	string RawPropertyBagData get; set;
Información de campos adicionales 
		
	string UsuarioGrabacion get; set;
Usuario que creó el registro 
		
	string UsuarioUltimaModificacion get; set;
Usuario que modificó el registro