Evolution : Data Model API Documentation

Type NotificacionEmpleoBitacoraProceso

Namespace Aseinfo.VH4.Data

Parent EntityObject

Events

PropertyChanged

PropertyChanging

Public instance methods

bool ShouldSerializeBitacoraEjecucionProceso()

Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría

bool ShouldSerializeBitacoraEjecucionProcesoReference()

Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría

Public static methods

NotificacionEmpleoBitacoraProceso CreateNotificacionEmpleoBitacoraProceso(long codigo, DateTime fechaNotificacion, bool fueLeido)

Create a new NotificacionEmpleoBitacoraProceso object.
Parameters
long codigo
Initial value of the Codigo property.
DateTime fechaNotificacion
Initial value of the FechaNotificacion property.
bool fueLeido
Initial value of the FueLeido property.

Public properties

BitacoraEjecucionProceso BitacoraEjecucionProceso get; set;

Bitacora de ejecución asociada

EntityReference<BitacoraEjecucionProceso> BitacoraEjecucionProcesoReference get; set;

Bitacora de ejecución asociada

long Codigo get; set;

Código de notificación

Empleo EmpleoNotificado get; set;

Empleado al que se le notifica

EntityReference<Empleo> EmpleoNotificadoReference get; set;

Empleado al que se le notifica

EntityKey EntityKey get; set;

EntityState EntityState get;

Nullable<DateTime> FechaLeido get; set;

Fecha de lectura

DateTime FechaNotificacion get; set;

Fecha de notificación

bool FueLeido get; set;

¿Fué Leido?