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