| Type | Reason |
|---|---|
| INSFetchedResultsControllerDelegate | Interface representing the required methods (if any) of the protocol CoreData.NSFetchedResultsControllerDelegate. |
| INSFetchedResultsSectionInfo | Documentation for this section has not yet been entered. |
| NSAsynchronousFetchRequest | Documentation for this section has not yet been entered. |
| NSAsynchronousFetchResult | Documentation for this section has not yet been entered. |
| NSAtomicStore | A base class for 'atomic stores,' which can be used to store custom file formats in Core Data. |
| NSAtomicStoreCacheNode | Represents a single record in a Core Data atomic store. |
| NSAttributeDescription | Describes an attribute of an CoreData.NSEntityDescription object. |
| NSAttributeType | An enumeration whose values define the valid types for CoreData.NSAttributeType objects. |
| NSBatchUpdateRequest | Documentation for this section has not yet been entered. |
| NSBatchUpdateRequestResultType | Documentation for this section has not yet been entered. |
| NSBatchUpdateResult | Documentation for this section has not yet been entered. |
| NSDeleteRule | An enumeration whose values specify cascade options after deletion of an object. |
| NSEntityDescription | Describes the value relationships between an in-memory object and its persistent representation. |
| NSEntityMapping | Specifies the mapping between an in-memory object and its persistent representation. |
| NSEntityMappingType | Enumerates specific types of entity mapping. |
| NSEntityMigrationPolicy | Customizes the migration process during entity mapping. |
| NSFetchedPropertyDescription | Holds "fetched properties," that allow the developer to specify related objects via a weak unidirectional relationship in a fetch request. |
| NSFetchedResultsChangeType | Documentation for this section has not yet been entered. |
| NSFetchedResultsController | Controller object for Core Data fetch requests; generally used to provide data for a UIKit.UITableView. |
| NSFetchedResultsControllerDelegate | Delegate object for CoreData.NSFetchedResultController objects, provides methods relating to fetch results adding, removing, moving, or updating objects. |
| NSFetchedResultsControllerDelegate_Extensions | Extension methods to the CoreData.INSFetchedResultsControllerDelegate interface to support all the methods from the CoreData.NSFetchedResultsControllerDelegate protocol. |
| NSFetchedResultsSectionInfo | Holds data relating to section objects created by a CoreData.NSFetchedResultsController. |
| NSFetchRequest | Holds search criteria used to retrieve data from a persistent store. |
| NSFetchRequestResultType | Enumerates possible result types from a fetch. |
| NSIncrementalStore | Supports the use of persistent stores that are loaded and saved incrementally, allowing for larger and shared datasets. |
| NSIncrementalStoreNode | A concrete class that represents basic nodes in a CoreData.NSIncrementalStore. |
| NSManagedObject | A class that can be managed by a managed object context. Should have a correspondence to domain model classes, even if they are not direct subtypes. |
| NSManagedObjectChangeEventArgs | Provides data for the event. |
| NSManagedObjectContext | A collection of related managed objects that create aninternally-consistent view of one or more persistent stores. |
| NSManagedObjectContext+Notifications | Notification posted by the CoreData.NSManagedObjectContext class. |
| NSManagedObjectContextConcurrencyType | Enumerates types of concurrenty patterns that can be used by a CoreData.NSManagedObjectContext. |
| NSManagedObjectID | A universal identifier of a Core Data managed object. Works across object contexts and applications. |
| NSManagedObjectModel | A schema describing a graph of entities used by the application. |
| NSMappingModel | Holds mappings between a source and destination managed object model. |
| NSMergeConflict | Models conflicts that can occur when saving changes. |
| NSMergePolicy | Strategy for resolving conflicts between in-memory objects and those in persistent stores. |
| NSMergePolicyType | Enumerates policies for merging. |
| NSMigrationManager | Allows migration from one persistent store to another. |
| NSPersistentStore | Abstract base class for Core Data persistent stores. |
| NSPersistentStoreAsynchronousResult | Documentation for this section has not yet been entered. |
| NSPersistentStoreCoordinator | Mediates between a persistent store and the managed object context or contexts. |
| NSPersistentStoreCoordinator+Notifications | Notification posted by the CoreData.NSPersistentStoreCoordinator class. |
| NSPersistentStoreCoordinatorStoreChangeEventArgs | Provides data for the event. |
| NSPersistentStoreRequest | Criteria used to retrieve data from or save data in a persistent store. |
| NSPersistentStoreRequestType | Constants defining the types of a fetch request. |
| NSPersistentStoreResult | Documentation for this section has not yet been entered. |
| NSPersistentStoreUbiquitousTransitionType | Enumerates valid keys for the user information dictionary used in CoreData.NSPersistentStoreCoordinator.StoresWillChangeNotification and CoreData.NSPersistentStoreCoordinator.StoresDidChangeNotification. |
| NSPropertyDescription | Defines properties of an entity in a managed objectmodel. The equivalent of an instance property. |
| NSPropertyMapping | Maps a property between source and destination entities. |
| NSRelationshipDescription | Describes the relationships of a CoreData.NSEntityDescription object. |
| NSSaveChangesRequest | A collection of changes to be made by an object store. |