NSManagedObjectContext(TICDSAdditions) Category Reference
Declared in | NSManagedObjectContext+TICDSAdditions.h |
Overview
Any changes you wish to synchronize for managed objects must take place within a managed object context that is synchronized and has a document sync manager.
Tasks
-
documentSyncManager
The document sync manager responsible for this managed object context’s underlying persistent store/document.
property -
synchronized
In order for the changes that take place in a managed object context to be recorded as sync changes the managed object context must be marked as synchronized.
property
Properties
documentSyncManager
The document sync manager responsible for this managed object context’s underlying persistent store/document.
@property (nonatomic, weak) TICDSDocumentSyncManager *documentSyncManager
Discussion
This property will automatically be set when registering a document sync manager with this context.
Declared In
NSManagedObjectContext+TICDSAdditions.h