Type NotificacionAlertaEmpleo
Namespace Aseinfo.VH4.Data
Parent EntityObject
Notificaciones de las alertas hechas a los empleos 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
NotificacionAlertaEmpleo CreateNotificacionAlertaEmpleo(int codigo, DateTime fechaNotificacion, bool fueLeido)
Create a new NotificacionAlertaEmpleo object. 
			
				
		
	Parameters
- 
							
intcodigo - Initial value of the Codigo property.
 - 
							
DateTimefechaNotificacion - Initial value of the FechaNotificacion property.
 - 
							
boolfueLeido - Initial value of the FueLeido property.
 
Public properties
BitacoraAlerta BitacoraAlerta get; set;
Bitácora de la que se notifica 
		
	EntityReference<BitacoraAlerta> BitacoraAlertaReference get; set;
Bitácora de la que se notifica 
		
	int Codigo get; set;
Identificador único del registro de notificación de una alerta a los usuarios 
		
	Empleo EmpleoNotificado get; set;
Empleo Notificado por la alerta 
		
	EntityReference<Empleo> EmpleoNotificadoReference get; set;
Empleo Notificado por la alerta 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
Nullable<DateTime> FechaLeido get; set;
Fecha en que el usuario leyo la notificación 
		
	DateTime FechaNotificacion get; set;
Fecha de Notificación 
		
	bool FueLeido get; set;
Verdadero cuando el usuario ya leyó la notificación de la alerta 
		
	string Mensaje get; set;
Mensaje que se envió