Type EvaluacionObjetivosSeguridadOcupacional
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IHasPropertyBag, IFileAttachmentCapableEntity, IReadonlyWhenAuthorizedEntity, IFinalizationEntity
Información sobre las evaluaciones de los objetivos 
			
		
			Events
Methods
- CreateEvaluacionObjetivosSeguridadOcupacional
 - ShouldSerializeObjetivosEvaluacionSeguridadOcupacional
 
Properties
- Codigo
 - CodigoEmpleadoAutorizadorWorkflow
 - CodigoEmpleadoDefineAutorizaciones
 - CodigoEmpleadoSolicitante
 - CodigoEmpleadoSujetoAccion
 - CodigoInstanciaWorkflow
 - ComentarioAnulacion
 - Compania
 - CompaniaReference
 - EmpleadoResponsable
 - EmpleadoResponsableReference
 - EntityKey
 - EntityState
 - Estado
 - EstadoAuthorizationWorkflow
 - EstadoAuthorizationWorkflowDb
 - EstadoDb
 - Fecha
 - FechaCambioEstado
 - FechaGrabacion
 - FechaUltimaModificacion
 - FileAttachments
 - IngresadoPortal
 - IsFinalizing
 - Nota
 - ObjetivosEvaluacionSeguridadOcupacional
 - RawPropertyBagData
 - UsuarioGrabacion
 - UsuarioUltimaModificacion
 
Events
PropertyChanged
PropertyChanging
Public instance methods
bool ShouldSerializeObjetivosEvaluacionSeguridadOcupacional()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	Public static methods
EvaluacionObjetivosSeguridadOcupacional CreateEvaluacionObjetivosSeguridadOcupacional(int codigo, DateTime fecha, decimal nota, string estadoDb, DateTime fechaCambioEstado, string estadoAuthorizationWorkflowDb, bool ingresadoPortal)
Create a new EvaluacionObjetivosSeguridadOcupacional object. 
			
				
		
	Parameters
- 
							
intcodigo - Initial value of the Codigo property.
 - 
							
DateTimefecha - Initial value of the Fecha property.
 - 
							
decimalnota - Initial value of the Nota 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 de la evaluación de objetivos 
		
	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 donde se realizó la evaluación 
		
	EntityReference<Compania> CompaniaReference get; set;
Empresa donde se realizó la evaluación 
		
	Empleo EmpleadoResponsable get; set;
Empleado responsable de la evaluación 
		
	EntityReference<Empleo> EmpleadoResponsableReference get; set;
Empleado responsable de la evaluación 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
EstadoAccion 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 de la evaluación (Pendiente, Autorizada, Denegada, Anulada) 
		
	DateTime Fecha get; set;
Fecha en que se creó la evaluación 
		
	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 
		
	decimal Nota get; set;
Nota de la evaluación 
		
	EntityCollection<ObjetivoEvaluacionSeguridadOcupacional> ObjetivosEvaluacionSeguridadOcupacional get; set;
Objetivos de evaluación agregados a la evaluación 
		
	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