Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
コード例 #1
0
 partial void DeleteNotificationSubscription(NotificationSubscription instance);
コード例 #2
0
 partial void InsertNotificationSubscription(NotificationSubscription instance);
コード例 #3
0
 partial void UpdateNotificationSubscription(NotificationSubscription instance);
コード例 #4
0
		private void detach_NotificationSubscriptions(NotificationSubscription entity)
		{
			this.SendPropertyChanging();
			entity.Location = null;
		}