Type NotificacionActividadInstancia
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity
Notificaciones a realizarse para una actividad de instancia 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
NotificacionActividadInstancia CreateNotificacionActividadInstancia(int codigo, string tituloMensaje, string mensaje)
Create a new NotificacionActividadInstancia object. 
			
				
		
	Parameters
- 
							
intcodigo - Initial value of the Codigo property.
 - 
							
stringtituloMensaje - Initial value of the TituloMensaje property.
 - 
							
stringmensaje - Initial value of the Mensaje property.
 
Public properties
ActividadAutorizacionInstancia ActividadInstancia get; set;
Actividad Instancia a la que pertenece la notificación 
		
	EntityReference<ActividadAutorizacionInstancia> ActividadInstanciaReference get; set;
Actividad Instancia a la que pertenece la notificación 
		
	int Codigo get; set;
Código de Notificación 
		
	Empleo EmpleadoNotificando get; set;
Empleado al que se le notifica 
		
	EntityReference<Empleo> EmpleadoNotificandoReference get; set;
Empleado al que se le notifica 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
EstadoActividadNotificar Estado get; set;
Estado o Acción de Actividad en el que se debe notificar 
		
	Nullable<DateTime> FechaGrabacion get; set;
Fecha en que se creó el registro 
		
	Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha en que se modifico por ultima vez 
		
	string Mensaje get; set;
Contenido del mensaje de notificación 
		
	string TituloMensaje get; set;
Título del mensaje de notificación 
		
	string UsuarioGrabacion get; set;
Usuario que creó el registro 
		
	string UsuarioUltimaModificacion get; set;
Usuario que modificó el registro la última vez