static let NSManagedObjectContextDidSave : NSNotification.Name
A notification that the context completed a save.
この文脈が保存を完了したことの通知。
static let NSManagedObjectContextObjectsDidChange : NSNotification.Name
A notification of changes made to managed objects associated with this context.
この文脈と結び付けられた管理オブジェクトになされた変更の通知。
static let NSManagedObjectContextWillSave : NSNotification.Name
A notification that the context is about to save.
この文脈がもうすぐ保存されることの通知。
static let NSPersistentStoreCoordinatorStoresDidChange : NSNotification.Name
A notification that posts when a coordinator adds, removes, or updates a persistent store.
static let NSPersistentStoreCoordinatorStoresWillChange : NSNotification.Name
A notification that posts immediately before the coordinator updates its collection of stores.
static let NSPersistentStoreCoordinatorWillRemoveStore : NSNotification.Name
A notification that posts immediately before a coordinator removes a persistent store.
static let NSPersistentStoreRemoteChange : NSNotification.Name
A notification that posts for all cross-process writes to a persistent store.
ある永続ストアへの全てのクロスプロセス書き込みに対して投函するある通知。
static let NSPersistentStoreDidImportUbiquitousContentChanges : NSNotification.Name
Posted after records are imported from the ubiquitous content store.
レコードがユビキタスコンテンツ貯蔵庫からインポートされる後にポストされます。