Evolution : Data Model API Documentation

Type NotificacionActividad

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity

Events

PropertyChanged

PropertyChanging

Public static methods

NotificacionActividad CreateNotificacionActividad(int codigo, string nombre, string tituloMensaje, string mensaje)

Create a new NotificacionActividad object.
Parameters
int codigo
Initial value of the Codigo property.
string nombre
Initial value of the Nombre property.
string tituloMensaje
Initial value of the TituloMensaje property.
string mensaje
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