Наследование: INotifyPropertyChanging, INotifyPropertyChanged
Пример #1
0
 partial void DeleteNotificacione(Notificacione instance);
Пример #2
0
 partial void UpdateNotificacione(Notificacione instance);
Пример #3
0
		private void detach_Notificaciones(Notificacione entity)
		{
			this.SendPropertyChanging();
			entity.Usuario = null;
		}
Пример #4
0
 partial void InsertNotificacione(Notificacione instance);
Пример #5
0
		private void detach_Notificaciones(Notificacione entity)
		{
			this.SendPropertyChanging();
			entity.Convocatoria = null;
		}