MonoMac.CoreData.NSPersistentStoreCoordinator Members

The members of MonoMac.CoreData.NSPersistentStoreCoordinator 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]
static
AddedPersistentStoresKeyMonoMac.Foundation.NSString. Represents the value associated with the constant NSAddedPersistentStoresKey
[read-only]
static
BinaryStoreTypeMonoMac.Foundation.NSString. Represents the value associated with the constant NSBinaryStoreType
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
static
DidImportUbiquitousContentChangesNotificationMonoMac.Foundation.NSString. Notification constant for DidImportUbiquitousContentChanges
[read-only]
static
IgnorePersistentStoreVersioningOptionMonoMac.Foundation.NSString. Represents the value associated with the constant NSIgnorePersistentStoreVersioningOption
[read-only]
static
InferMappingModelAutomaticallyOptionMonoMac.Foundation.NSString. Represents the value associated with the constant NSInferMappingModelAutomaticallyOption
[read-only]
static
InMemoryStoreTypeMonoMac.Foundation.NSString. Represents the value associated with the constant NSInMemoryStoreType
[read-only]
ManagedObjectModelNSManagedObjectModel. Documentation for this section has not yet been entered.
[read-only]
static
MigratePersistentStoresAutomaticallyOptionMonoMac.Foundation.NSString. Represents the value associated with the constant NSMigratePersistentStoresAutomaticallyOption
[read-only]
static
PersistentStoreOSCompatibilityMonoMac.Foundation.NSString. Represents the value associated with the constant NSPersistentStoreOSCompatibility
[read-only]
PersistentStoresNSPersistentStore[]. Documentation for this section has not yet been entered.
[read-only]
static
PersistentStoreTimeoutOptionMonoMac.Foundation.NSString. Represents the value associated with the constant NSPersistentStoreTimeoutOption
[read-only]
static
PersistentStoreUbiquitousContentNameKeyMonoMac.Foundation.NSString. Represents the value associated with the constant NSPersistentStoreUbiquitousContentNameKey
[read-only]
static
PersistentStoreUbiquitousContentUrlLKeyMonoMac.Foundation.NSString. Represents the value associated with the constant NSPersistentStoreUbiquitousContentURLKey
[read-only]
static
ReadOnlyPersistentStoreOptionMonoMac.Foundation.NSString. Represents the value associated with the constant NSReadOnlyPersistentStoreOption
[read-only]
static
RegisteredStoreTypesMonoMac.Foundation.NSDictionary. Documentation for this section has not yet been entered.
[read-only]
static
RemovedPersistentStoresKeyMonoMac.Foundation.NSString. Represents the value associated with the constant NSRemovedPersistentStoresKey
[read-only]
static
SQLiteAnalyzeOptionMonoMac.Foundation.NSString. Represents the value associated with the constant NSSQLiteAnalyzeOption
[read-only]
static
SQLiteManualVacuumOptionMonoMac.Foundation.NSString. Represents the value associated with the constant NSSQLiteManualVacuumOption
[read-only]
static
SQLitePragmasOptionMonoMac.Foundation.NSString. Represents the value associated with the constant NSSQLitePragmasOption
[read-only]
static
SQLiteStoreTypeMonoMac.Foundation.NSString. Represents the value associated with the constant NSSQLiteStoreType
[read-only]
static
StoreModelVersionHashesKeyMonoMac.Foundation.NSString. Represents the value associated with the constant NSStoreModelVersionHashesKey
[read-only]
static
StoreModelVersionIdentifiersKeyMonoMac.Foundation.NSString. Represents the value associated with the constant NSStoreModelVersionIdentifiersKey
[read-only]
static
StoresDidChangeNotificationMonoMac.Foundation.NSString. Notification constant for StoresDidChange
[read-only]
static
StoreTypeKeyMonoMac.Foundation.NSString. Represents the value associated with the constant NSStoreTypeKey
[read-only]
static
StoreUUIDKeyMonoMac.Foundation.NSString. Represents the value associated with the constant NSStoreUUIDKey
[read-only]
TryLockbool. Documentation for this section has not yet been entered.
[read-only]
static
UUIDChangedPersistentStoresKeyMonoMac.Foundation.NSString. Represents the value associated with the constant NSUUIDChangedPersistentStoresKey
[read-only]
static
ValidateXMLStoreOptionMonoMac.Foundation.NSString. Documentation for this section has not yet been entered.
[read-only]
static
WillRemoveStoreNotificationMonoMac.Foundation.NSString. Notification constant for WillRemoveStore
[read-only]
static
XMLStoreTypeMonoMac.Foundation.NSString. Documentation for this section has not yet been entered.

Public Methods

AddPersistentStoreWithType(MonoMac.Foundation.NSString, string, MonoMac.Foundation.NSUrl, MonoMac.Foundation.NSDictionary, out MonoMac.Foundation.NSError) : NSPersistentStore
Documentation for this section has not yet been entered.
ExecuteRequestwithContexterror(NSPersistentStoreRequest, NSManagedObjectContext, out MonoMac.Foundation.NSError) : MonoMac.Foundation.NSObject
Documentation for this section has not yet been entered.
Lock()
Documentation for this section has not yet been entered.
ManagedObjectIDForURIRepresentation(MonoMac.Foundation.NSUrl) : NSManagedObjectID
Documentation for this section has not yet been entered.
MetadataForPersistentStore(NSPersistentStore) : MonoMac.Foundation.NSDictionary
Documentation for this section has not yet been entered.
static
MetadataForPersistentStoreOfType(MonoMac.Foundation.NSString, MonoMac.Foundation.NSUrl, out MonoMac.Foundation.NSError) : MonoMac.Foundation.NSDictionary
Documentation for this section has not yet been entered.
static
MetadataForPersistentStoreWithUrl(MonoMac.Foundation.NSUrl, out MonoMac.Foundation.NSError) : MonoMac.Foundation.NSDictionary
Documentation for this section has not yet been entered.
MigratePersistentStore(NSPersistentStore, MonoMac.Foundation.NSUrl, MonoMac.Foundation.NSDictionary, MonoMac.Foundation.NSString, out MonoMac.Foundation.NSError) : NSPersistentStore
Documentation for this section has not yet been entered.
PersistentStoreForUrl(MonoMac.Foundation.NSUrl) : NSPersistentStore
Documentation for this section has not yet been entered.
static
RegisterStoreClass(MonoMac.ObjCRuntime.Class, MonoMac.Foundation.NSString)
Documentation for this section has not yet been entered.
RemovePersistentStore(NSPersistentStore, out MonoMac.Foundation.NSError) : bool
Documentation for this section has not yet been entered.
SetMetadata(MonoMac.Foundation.NSDictionary, NSPersistentStore)
Documentation for this section has not yet been entered.
static
SetMetadata(MonoMac.Foundation.NSDictionary, MonoMac.Foundation.NSString, MonoMac.Foundation.NSUrl, out MonoMac.Foundation.NSError) : bool
Documentation for this section has not yet been entered.
SetUrl(MonoMac.Foundation.NSUrl, NSPersistentStore) : bool
Documentation for this section has not yet been entered.
Unlock()
Documentation for this section has not yet been entered.
UrlForPersistentStore(NSPersistentStore) : MonoMac.Foundation.NSUrl
Documentation for this section has not yet been entered.

Protected Methods

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