Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Ejemplo n.º 1
0
 partial void DeleteNotificationSubscription(NotificationSubscription instance);
Ejemplo n.º 2
0
 partial void InsertNotificationSubscription(NotificationSubscription instance);
Ejemplo n.º 3
0
 partial void UpdateNotificationSubscription(NotificationSubscription instance);
Ejemplo n.º 4
0
		private void detach_NotificationSubscriptions(NotificationSubscription entity)
		{
			this.SendPropertyChanging();
			entity.Location = null;
		}