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