Esempio n. 1
0
 private void detach_ReceiverNotifications(ReceiverNotification entity)
 {
     this.SendPropertyChanging();
     entity.Notification = null;
 }
Esempio n. 2
0
 partial void DeleteReceiverNotification(ReceiverNotification instance);
Esempio n. 3
0
 partial void InsertReceiverNotification(ReceiverNotification instance);
Esempio n. 4
0
 partial void UpdateReceiverNotification(ReceiverNotification instance);
Esempio n. 5
0
 private void attach_ReceiverNotifications(ReceiverNotification entity)
 {
     this.SendPropertyChanging();
     entity.Receiver = this;
 }