Type NotificacionAlertaEmpleo
Namespace Aseinfo.VH4.Data
Parent EntityObject
Notificaciones de las alertas hechas a los empleos
Events
Methods
- CreateNotificacionAlertaEmpleo
- ShouldSerializeBitacoraAlerta
- ShouldSerializeBitacoraAlertaReference
- ShouldSerializeEmpleoNotificado
- ShouldSerializeEmpleoNotificadoReference
Properties
Events
PropertyChanged
PropertyChanging
Public instance methods
bool ShouldSerializeBitacoraAlerta()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría
bool ShouldSerializeBitacoraAlertaReference()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría
bool ShouldSerializeEmpleoNotificado()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría
bool ShouldSerializeEmpleoNotificadoReference()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría
Public static methods
NotificacionAlertaEmpleo CreateNotificacionAlertaEmpleo(int codigo, DateTime fechaNotificacion, bool fueLeido, int bitacoraAlertaCodigo, int empleoNotificadoCodigo)
Create a new NotificacionAlertaEmpleo object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
DateTime
fechaNotificacion - Initial value of the FechaNotificacion property.
-
bool
fueLeido - Initial value of the FueLeido property.
-
int
bitacoraAlertaCodigo - Initial value of the BitacoraAlertaCodigo property.
-
int
empleoNotificadoCodigo - Initial value of the EmpleoNotificadoCodigo property.
Public properties
List<EvolutionNotificationAttachment> Attachments get; set;
BitacoraAlerta BitacoraAlerta get; set;
Bitácora de la que se notifica
int BitacoraAlertaCodigo get; set;
Identificador único de la ejecución de la alerta
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
int EmpleoNotificadoCodigo get; set;
Código de empleo
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ó