Type CanalNotificacionExpediente
Namespace Aseinfo.VH4.Data
Parent EntityObject
Representa un canal de comunicación con un expediente
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
CanalNotificacionExpediente CreateCanalNotificacionExpediente(string notificador, int codigoExpediente)
Create a new CanalNotificacionExpediente object.
Parameters
-
string
notificador - Initial value of the Notificador property.
-
int
codigoExpediente - Initial value of the CodigoExpediente property.
Public properties
int CodigoExpediente get; set;
No Metadata Documentation available.
string Destinatario get; set;
Dirección a la que se le notifica al expediente para el notificador
EntityKey EntityKey get; set;
EntityState EntityState get;
Expediente Expediente get; set;
Expediente a quien pertenece el canal de notificación
EntityReference<Expediente> ExpedienteReference get; set;
Expediente a quien pertenece el canal de notificación
string Notificador get; set;
Nombre del Notificador