Type NotificacionActividad
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity
Notificacion de Actividad de Ruta de Autorización 
			
		
			Events
Methods
- CreateNotificacionActividad
 - ShouldSerializePlazaNotificando
 - ShouldSerializePlazaNotificandoReference
 - ShouldSerializePuestoNotificando
 - ShouldSerializePuestoNotificandoReference
 - ShouldSerializeRolNotificando
 - ShouldSerializeRolNotificandoReference
 - ShouldSerializeUsuarioNotificando
 - ShouldSerializeUsuarioNotificandoReference
 
Properties
- ActividadRutaAutorizacion
 - ActividadRutaAutorizacionReference
 - Codigo
 - EntityKey
 - EntityState
 - Estado
 - FechaGrabacion
 - FechaUltimaModificacion
 - Mensaje
 - Nombre
 - PlazaNotificando
 - PlazaNotificandoReference
 - PuestoNotificando
 - PuestoNotificandoReference
 - RolNotificando
 - RolNotificandoReference
 - TipoNotificando
 - TituloMensaje
 - UsuarioGrabacion
 - UsuarioNotificando
 - UsuarioNotificandoReference
 - UsuarioUltimaModificacion
 
Events
PropertyChanged
PropertyChanging
Public instance methods
bool ShouldSerializePlazaNotificando()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	bool ShouldSerializePlazaNotificandoReference()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	bool ShouldSerializePuestoNotificando()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	bool ShouldSerializePuestoNotificandoReference()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	bool ShouldSerializeRolNotificando()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	bool ShouldSerializeRolNotificandoReference()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	bool ShouldSerializeUsuarioNotificando()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	bool ShouldSerializeUsuarioNotificandoReference()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	Public static methods
NotificacionActividad CreateNotificacionActividad(int codigo, string nombre, string tituloMensaje, string mensaje)
Create a new NotificacionActividad object. 
			
				
		
	Parameters
- 
							
intcodigo - Initial value of the Codigo property.
 - 
							
stringnombre - Initial value of the Nombre property.
 - 
							
stringtituloMensaje - Initial value of the TituloMensaje property.
 - 
							
stringmensaje - Initial value of the Mensaje property.
 
Public properties
ActividadRutaAutorizacion ActividadRutaAutorizacion get; set;
Actividad de Ruta de Autorización a la que está asociada la notificación 
		
	EntityReference<ActividadRutaAutorizacion> ActividadRutaAutorizacionReference get; set;
Actividad de Ruta de Autorización a la que está asociada la notificación 
		
	int Codigo get; set;
Código de Notificación 
		
	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 modificó por última vez 
		
	string Mensaje get; set;
Mensaje a notificar 
		
	string Nombre get; set;
Nombre descriptivo de la notificación 
		
	Plaza PlazaNotificando get; set;
Plaza a la que hay que notificar 
		
	EntityReference<Plaza> PlazaNotificandoReference get; set;
Plaza a la que hay que notificar 
		
	Puesto PuestoNotificando get; set;
Puesto al que hay que notificar 
		
	EntityReference<Puesto> PuestoNotificandoReference get; set;
Puesto al que hay que notificar 
		
	Rol RolNotificando get; set;
Rol al que hay que notificar 
		
	EntityReference<Rol> RolNotificandoReference get; set;
Rol al que hay que notificar 
		
	TipoNotificando TipoNotificando get; set;
Tipo del Notificando. Indica a quien se le notificará 
		
	string TituloMensaje get; set;
Título del mensaje de notificación 
		
	string UsuarioGrabacion get; set;
Usuario que creó el registro 
		
	Usuario UsuarioNotificando get; set;
Usuario al que hay que notificar 
		
	EntityReference<Usuario> UsuarioNotificandoReference get; set;
Usuario al que hay que notificar 
		
	string UsuarioUltimaModificacion get; set;
Usuario que realizó la última modificación del registro