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