示例#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;
 }