Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Exemplo n.º 1
0
 partial void DeleteNotificacione(Notificacione instance);
Exemplo n.º 2
0
 partial void UpdateNotificacione(Notificacione instance);
Exemplo n.º 3
0
		private void detach_Notificaciones(Notificacione entity)
		{
			this.SendPropertyChanging();
			entity.Usuario = null;
		}
Exemplo n.º 4
0
 partial void InsertNotificacione(Notificacione instance);
Exemplo n.º 5
0
		private void detach_Notificaciones(Notificacione entity)
		{
			this.SendPropertyChanging();
			entity.Convocatoria = null;
		}