TICDSSynchronizedManagedObjectContext Class Reference
Inherits from | NSManagedObjectContext |
Declared in | TICDSSynchronizedManagedObjectContext.h |
Overview
Any changes you wish to synchronize for managed objects must take place within a synchronized managed object context.
This class provides access to the TICDSDocumentSyncManager
to handle synchronization of changes, and also overrides the save:
method to alert the sync manager either side of calling the super implementation of save:
.
In a future version of the framework, the save:
overridden method will likely be removed in favor of Core Data notifications.
Tasks
-
documentSyncManager
The document sync manager responsible for this managed object context’s underlying persistent store/document.
property
Properties
documentSyncManager
The document sync manager responsible for this managed object context’s underlying persistent store/document.
@property (nonatomic, assign) TICDSDocumentSyncManager *documentSyncManager
Discussion
This property will automatically be set when registering a document sync manager with this context.
Declared In
TICDSSynchronizedManagedObjectContext.h