CoreData Namespace

Bindings to CoreData.

Classes

TypeReason
INSFetchedResultsControllerDelegateInterface representing the required methods (if any) of the protocol CoreData.NSFetchedResultsControllerDelegate.
INSFetchedResultsSectionInfoDocumentation for this section has not yet been entered.
NSAsynchronousFetchRequestDocumentation for this section has not yet been entered.
NSAsynchronousFetchResultDocumentation for this section has not yet been entered.
NSAtomicStoreA base class for 'atomic stores,' which can be used to store custom file formats in Core Data.
NSAtomicStoreCacheNodeRepresents a single record in a Core Data atomic store.
NSAttributeDescriptionDescribes an attribute of an CoreData.NSEntityDescription object.
NSAttributeTypeAn enumeration whose values define the valid types for CoreData.NSAttributeType objects.
NSBatchUpdateRequestDocumentation for this section has not yet been entered.
NSBatchUpdateRequestResultTypeDocumentation for this section has not yet been entered.
NSBatchUpdateResultDocumentation for this section has not yet been entered.
NSDeleteRuleAn enumeration whose values specify cascade options after deletion of an object.
NSEntityDescriptionDescribes the value relationships between an in-memory object and its persistent representation.
NSEntityMappingSpecifies the mapping between an in-memory object and its persistent representation.
NSEntityMappingTypeEnumerates specific types of entity mapping.
NSEntityMigrationPolicyCustomizes the migration process during entity mapping.
NSFetchedPropertyDescriptionHolds "fetched properties," that allow the developer to specify related objects via a weak unidirectional relationship in a fetch request.
NSFetchedResultsChangeTypeDocumentation for this section has not yet been entered.
NSFetchedResultsControllerController object for Core Data fetch requests; generally used to provide data for a UIKit.UITableView.
NSFetchedResultsControllerDelegateDelegate object for CoreData.NSFetchedResultController objects, provides methods relating to fetch results adding, removing, moving, or updating objects.
NSFetchedResultsControllerDelegate_ExtensionsExtension methods to the CoreData.INSFetchedResultsControllerDelegate interface to support all the methods from the CoreData.NSFetchedResultsControllerDelegate protocol.
NSFetchedResultsSectionInfoHolds data relating to section objects created by a CoreData.NSFetchedResultsController.
NSFetchRequestHolds search criteria used to retrieve data from a persistent store.
NSFetchRequestResultTypeEnumerates possible result types from a fetch.
NSIncrementalStoreSupports the use of persistent stores that are loaded and saved incrementally, allowing for larger and shared datasets.
NSIncrementalStoreNodeA concrete class that represents basic nodes in a CoreData.NSIncrementalStore.
NSManagedObjectA 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.
NSManagedObjectChangeEventArgsProvides data for the event.
NSManagedObjectContextA collection of related managed objects that create aninternally-consistent view of one or more persistent stores.
NSManagedObjectContext+NotificationsNotification posted by the CoreData.NSManagedObjectContext class.
NSManagedObjectContextConcurrencyTypeEnumerates types of concurrenty patterns that can be used by a CoreData.NSManagedObjectContext.
NSManagedObjectIDA universal identifier of a Core Data managed object. Works across object contexts and applications.
NSManagedObjectModelA schema describing a graph of entities used by the application.
NSMappingModelHolds mappings between a source and destination managed object model.
NSMergeConflictModels conflicts that can occur when saving changes.
NSMergePolicyStrategy for resolving conflicts between in-memory objects and those in persistent stores.
NSMergePolicyTypeEnumerates policies for merging.
NSMigrationManagerAllows migration from one persistent store to another.
NSPersistentStoreAbstract base class for Core Data persistent stores.
NSPersistentStoreAsynchronousResultDocumentation for this section has not yet been entered.
NSPersistentStoreCoordinatorMediates between a persistent store and the managed object context or contexts.
NSPersistentStoreCoordinator+NotificationsNotification posted by the CoreData.NSPersistentStoreCoordinator class.
NSPersistentStoreCoordinatorStoreChangeEventArgsProvides data for the event.
NSPersistentStoreRequestCriteria used to retrieve data from or save data in a persistent store.
NSPersistentStoreRequestTypeConstants defining the types of a fetch request.
NSPersistentStoreResultDocumentation for this section has not yet been entered.
NSPersistentStoreUbiquitousTransitionTypeEnumerates valid keys for the user information dictionary used in CoreData.NSPersistentStoreCoordinator.StoresWillChangeNotification and CoreData.NSPersistentStoreCoordinator.StoresDidChangeNotification.
NSPropertyDescriptionDefines properties of an entity in a managed objectmodel. The equivalent of an instance property.
NSPropertyMappingMaps a property between source and destination entities.
NSRelationshipDescriptionDescribes the relationships of a CoreData.NSEntityDescription object.
NSSaveChangesRequestA collection of changes to be made by an object store.