Exemple #1
0
 partial void DeleteDeviceNotification(DeviceNotification instance);
Exemple #2
0
 partial void UpdateDeviceNotification(DeviceNotification instance);
Exemple #3
0
 partial void InsertDeviceNotification(DeviceNotification instance);
Exemple #4
0
 private void detach_DeviceNotifications(DeviceNotification entity)
 {
     this.SendPropertyChanging();
     entity.Device = null;
 }
Exemple #5
0
 private void attach_DeviceNotifications(DeviceNotification entity)
 {
     this.SendPropertyChanging();
     entity.ReceiverNotification = this;
 }