NSPersistentStoreCoordinator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Mediates between a persistent store and the managed object context or contexts.
[Foundation.Register("NSPersistentStoreCoordinator", true)]
public class NSPersistentStoreCoordinator : Foundation.NSObject, Foundation.INSLocking, IDisposable
[Foundation.Register("NSPersistentStoreCoordinator", true)]
public class NSPersistentStoreCoordinator : Foundation.NSObject
[<Foundation.Register("NSPersistentStoreCoordinator", true)>]
type NSPersistentStoreCoordinator = class
inherit NSObject
interface INSLocking
interface INativeObject
interface IDisposable
[<Foundation.Register("NSPersistentStoreCoordinator", true)>]
type NSPersistentStoreCoordinator = class
inherit NSObject
- Inheritance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NSPersistentStoreCoordinator(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| NSPersistentStoreCoordinator(NSManagedObjectModel) | |
| NSPersistentStoreCoordinator(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| AddedPersistentStoresKey |
Represents the value associated with the constant NSAddedPersistentStoresKey |
| BinaryStoreInsecureDecodingCompatibilityOption | |
| BinaryStoreSecureDecodingClasses | |
| BinaryStoreType |
Represents the value associated with the constant NSBinaryStoreType |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| CoreSpotlightExporter | |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| DidImportUbiquitousContentChangesNotification |
Notification constant for DidImportUbiquitousContentChanges |
| eUbiquitousContainerIdentifierKey |
Obsolete.
Represents the value associated with the constant NSPersistentStoreUbiquitousContainerIdentifierKey |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| HistoryTrackingKey |
Represents the value that is associated with the NSPersistentHistoryTrackingKey constant. |
| IgnorePersistentStoreVersioningOption |
Represents the value associated with the constant NSIgnorePersistentStoreVersioningOption |
| InferMappingModelAutomaticallyOption |
Represents the value associated with the constant NSInferMappingModelAutomaticallyOption |
| InMemoryStoreType |
Represents the value associated with the constant NSInMemoryStoreType |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| ManagedObjectModel |
Gets the managed objec model for the receiver. |
| MigratePersistentStoresAutomaticallyOption |
Represents the value associated with the constant NSMigratePersistentStoresAutomaticallyOption |
| Name |
Gets the name of the persistent store coordinator. |
| PersistentStoreFileProtectionKey |
Represents the value associated with the constant NSPersistentStoreFileProtectionKey |
| PersistentStoreOSCompatibility |
Represents the value associated with the constant NSPersistentStoreOSCompatibility |
| PersistentStores |
Gets an array that contains the receiver's persistent stores. |
| PersistentStoreTimeoutOption |
Represents the value associated with the constant NSPersistentStoreTimeoutOption |
| PersistentStoreUbiquitousContentNameKey |
Represents the value associated with the constant NSPersistentStoreUbiquitousContentNameKey |
| PersistentStoreUbiquitousContentUrlKey |
Represents the value associated with the constant 'NSPersistentStoreUbiquitousContentURLKey'. |
| PersistentStoreUbiquitousPeerTokenOption |
Represents the value associated with the constant NSPersistentStoreUbiquitousPeerTokenOption |
| ReadOnlyPersistentStoreOption |
Represents the value associated with the constant NSReadOnlyPersistentStoreOption |
| RebuildFromUbiquitousContentOption |
Represents the value associated with the constant NSPersistentStoreRebuildFromUbiquitousContentOption |
| RegisteredStoreTypes | |
| RemovedPersistentStoresKey |
Represents the value associated with the constant NSRemovedPersistentStoresKey |
| RemoveUbiquitousMetadataOption |
Represents the value associated with the constant NSPersistentStoreRemoveUbiquitousMetadataOption |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| SQLiteAnalyzeOption |
Represents the value associated with the constant NSSQLiteAnalyzeOption |
| SQLiteManualVacuumOption |
Represents the value associated with the constant NSSQLiteManualVacuumOption |
| SQLitePragmasOption |
Represents the value associated with the constant NSSQLitePragmasOption |
| SQLiteStoreType |
Represents the value associated with the constant NSSQLiteStoreType |
| StoreModelVersionHashesKey |
Represents the value associated with the constant NSStoreModelVersionHashesKey |
| StoreModelVersionIdentifiersKey |
Represents the value associated with the constant NSStoreModelVersionIdentifiersKey |
| StoresDidChangeNotification |
Notification constant for StoresDidChange |
| StoresWillChangeNotification |
Notification constant for StoresWillChange |
| StoreTypeKey |
Represents the value associated with the constant NSStoreTypeKey |
| StoreUUIDKey |
Represents the value associated with the constant NSStoreUUIDKey |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| TryLock | |
| UbiquitousContainerIdentifierKey |
Represents the value that is associated with the NSPersistentStoreUbiquitousContainerIdentifierKey constant. |
| UUIDChangedPersistentStoresKey |
Represents the value associated with the constant NSUUIDChangedPersistentStoresKey |
| ValidateXMLStoreOption | |
| WillRemoveStoreNotification |
Notification constant for WillRemoveStore |
| XMLStoreType | |
| Zone | (Inherited from NSObject) |