MonoMac.CoreData.NSManagedObjectContext Members

The members of MonoMac.CoreData.NSManagedObjectContext are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
Documentation for this section has not yet been entered.
A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
ConcurrencyTypeNSManagedObjectContextConcurrencyType. Documentation for this section has not yet been entered.
[read-only]
DeletedObjectsMonoMac.Foundation.NSSet. Documentation for this section has not yet been entered.
[read-only]
HasChangesbool. Documentation for this section has not yet been entered.
[read-only]
InsertedObjectsMonoMac.Foundation.NSSet. Documentation for this section has not yet been entered.
MergePolicyIntPtr. Documentation for this section has not yet been entered.
ParentContextNSManagedObjectContext. Documentation for this section has not yet been entered.
PersistentStoreCoordinatorNSPersistentStoreCoordinator. Documentation for this section has not yet been entered.
PropagatesDeletesAtEndOfEventbool. Documentation for this section has not yet been entered.
[read-only]
RegisteredObjectsMonoMac.Foundation.NSSet. Documentation for this section has not yet been entered.
RetainsRegisteredObjectsbool. Documentation for this section has not yet been entered.
StalenessIntervaldouble. Documentation for this section has not yet been entered.
[read-only]
TryLockbool. Documentation for this section has not yet been entered.
UndoManagerMonoMac.Foundation.NSUndoManager. Documentation for this section has not yet been entered.
[read-only]
UpdatedObjectsMonoMac.Foundation.NSSet. Documentation for this section has not yet been entered.
[read-only]
UserInfoMonoMac.Foundation.NSMutableDictionary. Documentation for this section has not yet been entered.

Public Methods

AssignObject(IntPtr, NSPersistentStore)
Documentation for this section has not yet been entered.
CountForFetchRequest(NSFetchRequest, out MonoMac.Foundation.NSError) : uint
Documentation for this section has not yet been entered.
DeleteObject(NSManagedObject)
Documentation for this section has not yet been entered.
DetectConflictsForObject(NSManagedObject)
Documentation for this section has not yet been entered.
ExecuteFetchRequest(NSFetchRequest, out MonoMac.Foundation.NSError) : MonoMac.Foundation.NSObject[]
Documentation for this section has not yet been entered.
InsertObject(NSManagedObject)
Documentation for this section has not yet been entered.
Lock()
Documentation for this section has not yet been entered.
MergeChangesFromContextDidSaveNotification(MonoMac.Foundation.NSNotification)
Documentation for this section has not yet been entered.
ObjectRegisteredForID(NSManagedObjectID) : NSManagedObject
Documentation for this section has not yet been entered.
ObjectWithID(NSManagedObjectID) : NSManagedObject
Documentation for this section has not yet been entered.
ObserveValueForKeyPath(string, IntPtr, MonoMac.Foundation.NSDictionary, IntPtr)
Documentation for this section has not yet been entered.
ObtainPermanentIDsForObjects(NSManagedObject[], out MonoMac.Foundation.NSError) : bool
Documentation for this section has not yet been entered.
Perform(MonoMac.Foundation.NSAction)
Documentation for this section has not yet been entered.
PerformAndWait(MonoMac.Foundation.NSAction)
Documentation for this section has not yet been entered.
ProcessPendingChanges()
Documentation for this section has not yet been entered.
Redo()
Documentation for this section has not yet been entered.
RefreshObject(NSManagedObject, bool)
Documentation for this section has not yet been entered.
Reset()
Documentation for this section has not yet been entered.
Rollback()
Documentation for this section has not yet been entered.
Save(out MonoMac.Foundation.NSError) : bool
Documentation for this section has not yet been entered.
Undo()
Documentation for this section has not yet been entered.
Unlock()
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the NSManagedObjectContext object.