NSPersistentStore 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.
Abstract base class for Core Data persistent stores.
[Foundation.Register("NSPersistentStore", true)]
public class NSPersistentStore : Foundation.NSObject
[<Foundation.Register("NSPersistentStore", true)>]
type NSPersistentStore = class
inherit NSObject
- Inheritance
- Derived
- Attributes
Constructors
| Name | Description |
|---|---|
| NSPersistentStore(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| NSPersistentStore(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
| NSPersistentStore(NSPersistentStoreCoordinator, String, NSUrl, NSDictionary) | |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| ConfigurationName |
Gets the managed object model configuration name for the configuration that was used to create the store. |
| CoreSpotlightExporter |
Gets the spotlight exporter for the store. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| Identifier |
Gets the unique identifier for this store. |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| Metadata |
Gets or sets the store metadata. |
| MigrationManagerClass | |
| Options |
Gets the options with which the store was initialized. |
| PersistentStoreCoordinator |
Gets the coordinator to which this store belongs, if present. |
| ReadOnly |
Gets or sets the read-only status of the store |
| RemoteChangeNotificationPostOptionKey |
Represents the value associated with the constant 'NSPersistentStoreRemoteChangeNotificationPostOptionKey'. |
| RetainCount | (Inherited from NSObject) |
| SaveConflictsErrorKey |
Represents the value associated with the constant NSPersistentStoreSaveConflictsErrorKey |
| Self | (Inherited from NSObject) |
| StoreRemoteChangeNotification |
Notification constant for StoreRemoteChange |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Type |
Application developers override this method to provide a unique store type to use when adding the store to the store coordinator. |
| Url |
Gets or sets the URL of the store. |
| Zone | (Inherited from NSObject) |