Partager via


NSManagedObjectContext.Notifications Classe

Définition

Notification publiée par la NSManagedObjectContext classe.

public static class NSManagedObjectContext.Notifications
type NSManagedObjectContext.Notifications = class
Héritage
NSManagedObjectContext.Notifications

Remarques

Il s’agit d’une classe statique qui contient diverses méthodes d’assistance qui permettent aux développeurs d’observer les événements publiés dans le hub de notification iOS (NSNotificationCenter).

Les méthodes définies dans cette classe post-événements appellent la méthode ou lambda fournie avec un NSNotificationEventArgs paramètre qui contient des propriétés fortement typées pour les arguments de notification.

Méthodes

ObserveDidSave(EventHandler<NSManagedObjectChangeEventArgs>)

Notification fortement typée pour la DidSaveNotification constante.

ObserveDidSave(NSObject, EventHandler<NSManagedObjectChangeEventArgs>)

Notification fortement typée pour la DidSaveNotification constante.

ObserveObjectsDidChange(EventHandler<NSManagedObjectChangeEventArgs>)

Notification fortement typée pour la ObjectsDidChangeNotification constante.

ObserveObjectsDidChange(NSObject, EventHandler<NSManagedObjectChangeEventArgs>)

Notification fortement typée pour la ObjectsDidChangeNotification constante.

ObserveWillSave(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la WillSaveNotification constante.

ObserveWillSave(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la WillSaveNotification constante.

S’applique à