Type Property 型プロパティ

NSManagedObjectContextWillSave

A notification that the context is about to save. この文脈がもうすぐ保存されることの通知。

Declaration 宣言

static let NSManagedObjectContextWillSave: NSNotification.Name

Discussion 議論

The notification object is the managed object context. There is no userInfo dictionary. 通知オブジェクトは、管理オブジェクト文脈です。ユーザ情報辞書はありません。

See Also 参照

Core Data