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